Color Hex Logo

#bd461a Color Hex

#BD461A
(189,70,26)
0 Favorites   0 Comments

Color spaces of #bd461a

RGB 1897026
HSL0.040.760.42
HSV16°86°74°
CMYK 0.000.630.86   0.26
XYZ23.362915.27372.6940
Yxy15.27370.56530.3695
Hunter Lab39.081638.314223.2701
CIE-Lab46.006845.937248.6297

#bd461a color RGB value is (189,70,26).

#bd461a hex color red value is 189, green value is 70 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #bd461a hue: 0.04 , saturation: 0.76 and the lightness value of bd461a is 0.42.

The process color (four color CMYK) of #bd461a color hex is 0.00, 0.63, 0.86, 0.26. Web safe color of #bd461a is #cc3333. Color #bd461a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000110 00011010
Octal 275 106 32
Decimal 189 70 26
Hex BD 46 1A

RGB Percentages of Color #bd461a

%66.32
%24.56
%9.12

CMYK Percentages of Color #bd461a

%0
%63
%86
%26

Triadic Colors of #bd461a

#bd461a #1abd46 #461abd

Analogous Colors of #bd461a

#bd461a #bd981a #bd1a40

Monochromatic Colors of #bd461a

#bd461a

Complementary Color

#bd461a #1a91bd

#bd461a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd461a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd461a Color CSS Codes

.mybgcolor {background-color:#bd461a; } 
.myforecolor {color:#bd461a; }
.mybordercolor {border:3px solid #bd461a; }

#bd461a Text Font Color

<p style="color:#bd461a">Text here</p>

This sample text font color is #bd461a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bd461a Background Color

<div style="background-color:#bd461a">
Div content here</div>

This div background color is #bd461a


#bd461a Border Color

<div style="border:3px solid #bd461a">
Div here</div>

This div border color is #bd461a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,70,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd461a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd461a;
  -webkit-box-shadow: 1px 1px 3px 2px #bd461a;
  box-shadow:         1px 1px 3px 2px #bd461a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,70,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bd461a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bd461a;
  -webkit-box-shadow: 1px 1px 3px 2px #bd461a;
  box-shadow:         1px 1px 3px 2px #bd461a;">
Div content here</div>

This div box has shadow with color #bd461a


Comments

No comments written yet.

Please login to write comment.