Color Hex Logo

#bd551a Color Hex

#BD551A
(189,85,26)
0 Favorites   0 Comments

Color spaces of #bd551a

RGB 1898526
HSL0.060.760.42
HSV22°86°74°
CMYK 0.000.550.86   0.26
XYZ24.421217.39043.0468
Yxy17.39040.54440.3877
Hunter Lab41.701831.554124.8594
CIE-Lab48.748238.780450.9159

#bd551a color RGB value is (189,85,26).

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

The process color (four color CMYK) of #bd551a color hex is 0.00, 0.55, 0.86, 0.26. Web safe color of #bd551a is #cc6633. Color #bd551a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010101 00011010
Octal 275 125 32
Decimal 189 85 26
Hex BD 55 1A

RGB Percentages of Color #bd551a

%63.00
%28.33
%8.67

CMYK Percentages of Color #bd551a

%0
%55
%86
%26

Triadic Colors of #bd551a

#bd551a #1abd55 #551abd

Analogous Colors of #bd551a

#bd551a #bda71a #bd1a31

Monochromatic Colors of #bd551a

#bd551a

Complementary Color

#bd551a #1a82bd

#bd551a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd551a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd551a Color CSS Codes

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

#bd551a Text Font Color

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

This sample text font color is #bd551a
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.


#bd551a Background Color

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

This div background color is #bd551a


#bd551a Border Color

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

This div border color is #bd551a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,85,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 #bd551a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd551a


Comments

No comments written yet.

Please login to write comment.