Color Hex Logo

#bdb072 Color Hex

#BDB072
(189,176,114)
0 Favorites   0 Comments

Color spaces of #bdb072

RGB 189176114
HSL0.140.360.59
HSV50°40°74°
CMYK 0.000.070.40   0.26
XYZ39.548943.084422.1513
Yxy43.08440.37740.4112
Hunter Lab65.6387-7.317225.9383
CIE-Lab71.6122-4.358333.4278

#bdb072 color RGB value is (189,176,114).

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

The process color (four color CMYK) of #bdb072 color hex is 0.00, 0.07, 0.40, 0.26. Web safe color of #bdb072 is #cc9966. Color #bdb072 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110000 01110010
Octal 275 260 162
Decimal 189 176 114
Hex BD B0 72

RGB Percentages of Color #bdb072

%39.46
%36.74
%23.80

CMYK Percentages of Color #bdb072

%0
%7
%40
%26

Triadic Colors of #bdb072

#bdb072 #72bdb0 #b072bd

Analogous Colors of #bdb072

#bdb072 #a5bd72 #bd8b72

Monochromatic Colors of #bdb072

#bdb072

Complementary Color

#bdb072 #727fbd

#bdb072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb072 Color CSS Codes

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

#bdb072 Text Font Color

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

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


#bdb072 Background Color

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

This div background color is #bdb072


#bdb072 Border Color

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

This div border color is #bdb072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb072


Comments

No comments written yet.

Please login to write comment.