Color Hex Logo

#bdb173 Color Hex

#BDB173
(189,177,115)
0 Favorites   0 Comments

Color spaces of #bdb173

RGB 189177115
HSL0.140.360.60
HSV50°39°74°
CMYK 0.000.060.39   0.26
XYZ39.802943.500922.5183
Yxy43.50090.37610.4111
Hunter Lab65.9552-7.699825.9260
CIE-Lab71.8936-4.773933.2670

#bdb173 color RGB value is (189,177,115).

#bdb173 hex color red value is 189, green value is 177 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bdb173 hue: 0.14 , saturation: 0.36 and the lightness value of bdb173 is 0.60.

The process color (four color CMYK) of #bdb173 color hex is 0.00, 0.06, 0.39, 0.26. Web safe color of #bdb173 is #cc9966. Color #bdb173 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110001 01110011
Octal 275 261 163
Decimal 189 177 115
Hex BD B1 73

RGB Percentages of Color #bdb173

%39.29
%36.80
%23.91

CMYK Percentages of Color #bdb173

%0
%6
%39
%26

Triadic Colors of #bdb173

#bdb173 #73bdb1 #b173bd

Analogous Colors of #bdb173

#bdb173 #a4bd73 #bd8c73

Monochromatic Colors of #bdb173

#bdb173

Complementary Color

#bdb173 #737fbd

#bdb173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb173 Color CSS Codes

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

#bdb173 Text Font Color

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

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


#bdb173 Background Color

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

This div background color is #bdb173


#bdb173 Border Color

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

This div border color is #bdb173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb173


Comments

No comments written yet.

Please login to write comment.