Color Hex Logo

#bdb571 Color Hex

#BDB571
(189,181,113)
0 Favorites   0 Comments

Color spaces of #bdb571

RGB 189181113
HSL0.150.370.59
HSV54°40°74°
CMYK 0.000.040.40   0.26
XYZ40.490845.058822.1859
Yxy45.05880.37580.4182
Hunter Lab67.1259-9.797727.3920
CIE-Lab72.9306-7.100935.6397

#bdb571 color RGB value is (189,181,113).

#bdb571 hex color red value is 189, green value is 181 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #bdb571 hue: 0.15 , saturation: 0.37 and the lightness value of bdb571 is 0.59.

The process color (four color CMYK) of #bdb571 color hex is 0.00, 0.04, 0.40, 0.26. Web safe color of #bdb571 is #cccc66. Color #bdb571 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110101 01110001
Octal 275 265 161
Decimal 189 181 113
Hex BD B5 71

RGB Percentages of Color #bdb571

%39.13
%37.47
%23.40

CMYK Percentages of Color #bdb571

%0
%4
%40
%26

Triadic Colors of #bdb571

#bdb571 #71bdb5 #b571bd

Analogous Colors of #bdb571

#bdb571 #9fbd71 #bd8f71

Monochromatic Colors of #bdb571

#bdb571

Complementary Color

#bdb571 #7179bd

#bdb571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb571 Color CSS Codes

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

#bdb571 Text Font Color

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

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


#bdb571 Background Color

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

This div background color is #bdb571


#bdb571 Border Color

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

This div border color is #bdb571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb571


Comments

No comments written yet.

Please login to write comment.