Color Hex Logo

#bd553e Color Hex

#BD553E
(189,85,62)
0 Favorites   0 Comments

Color spaces of #bd553e

RGB 1898562
HSL0.030.510.49
HSV11°67°74°
CMYK 0.000.550.67   0.26
XYZ25.104317.66366.6437
Yxy17.66360.50810.3575
Hunter Lab42.028133.072820.0472
CIE-Lab49.085540.263133.4792

#bd553e color RGB value is (189,85,62).

#bd553e hex color red value is 189, green value is 85 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bd553e hue: 0.03 , saturation: 0.51 and the lightness value of bd553e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010101 00111110
Octal 275 125 76
Decimal 189 85 62
Hex BD 55 3E

RGB Percentages of Color #bd553e

%56.25
%25.30
%18.45

CMYK Percentages of Color #bd553e

%0
%55
%67
%26

Triadic Colors of #bd553e

#bd553e #3ebd55 #553ebd

Analogous Colors of #bd553e

#bd553e #bd953e #bd3e67

Monochromatic Colors of #bd553e

#bd553e

Complementary Color

#bd553e #3ea6bd

#bd553e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd553e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd553e Color CSS Codes

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

#bd553e Text Font Color

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

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


#bd553e Background Color

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

This div background color is #bd553e


#bd553e Border Color

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

This div border color is #bd553e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd553e


Comments

No comments written yet.

Please login to write comment.