Color Hex Logo

#bdb773 Color Hex

#BDB773
(189,183,115)
0 Favorites   0 Comments

Color spaces of #bdb773

RGB 189183115
HSL0.150.360.60
HSV55°39°74°
CMYK 0.000.030.39   0.26
XYZ41.014345.923622.9221
Yxy45.92360.37330.4180
Hunter Lab67.7670-10.559427.3821
CIE-Lab73.4959-7.923235.3268

#bdb773 color RGB value is (189,183,115).

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

The process color (four color CMYK) of #bdb773 color hex is 0.00, 0.03, 0.39, 0.26. Web safe color of #bdb773 is #cccc66. Color #bdb773 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 01110011
Octal 275 267 163
Decimal 189 183 115
Hex BD B7 73

RGB Percentages of Color #bdb773

%38.81
%37.58
%23.61

CMYK Percentages of Color #bdb773

%0
%3
%39
%26

Triadic Colors of #bdb773

#bdb773 #73bdb7 #b773bd

Analogous Colors of #bdb773

#bdb773 #9ebd73 #bd9273

Monochromatic Colors of #bdb773

#bdb773

Complementary Color

#bdb773 #7379bd

#bdb773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb773 Color CSS Codes

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

#bdb773 Text Font Color

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

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


#bdb773 Background Color

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

This div background color is #bdb773


#bdb773 Border Color

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

This div border color is #bdb773


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,183,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 #bdb773">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb773


Comments

No comments written yet.

Please login to write comment.