Color Hex Logo

#bd775b Color Hex

#BD775B
(189,119,91)
0 Favorites   0 Comments

Color spaces of #bd775b

RGB 18911991
HSL0.050.430.55
HSV17°52°74°
CMYK 0.000.370.52   0.26
XYZ29.471424.767813.1249
Yxy24.76780.43750.3677
Hunter Lab49.767318.612219.2008
CIE-Lab56.848524.419126.8042

#bd775b color RGB value is (189,119,91).

#bd775b hex color red value is 189, green value is 119 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bd775b hue: 0.05 , saturation: 0.43 and the lightness value of bd775b is 0.55.

The process color (four color CMYK) of #bd775b color hex is 0.00, 0.37, 0.52, 0.26. Web safe color of #bd775b is #cc6666. Color #bd775b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110111 01011011
Octal 275 167 133
Decimal 189 119 91
Hex BD 77 5B

RGB Percentages of Color #bd775b

%47.37
%29.82
%22.81

CMYK Percentages of Color #bd775b

%0
%37
%52
%26

Triadic Colors of #bd775b

#bd775b #5bbd77 #775bbd

Analogous Colors of #bd775b

#bd775b #bda85b #bd5b70

Monochromatic Colors of #bd775b

#bd775b

Complementary Color

#bd775b #5ba1bd

#bd775b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd775b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd775b Color CSS Codes

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

#bd775b Text Font Color

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

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


#bd775b Background Color

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

This div background color is #bd775b


#bd775b Border Color

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

This div border color is #bd775b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd775b


Comments

No comments written yet.

Please login to write comment.