Html Css Color HEX #BDB776 Dark Khaki

📋 copy color: '#BDB776'

red 189 ◦ green 183 ◦ blue 118

#BDB776
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #BDB776

Tints of Dark Khaki #BDB776

RGB

 RED value IS 189 (74.22% from 255) = 38.57%

 GREEN value IS 183 (71.88% from 255) = 37.35%

 BLUE value IS 118 (46.48% from 255) = 24.08%

R = 38.57%
G = 37.35%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDB776 (or 0xBDB776) is known color: Dark Khaki. HEX triplet: BD, B7 and 76. RGB value is (189,183,118). Sum of RGB (Red+Green+Blue) = 189+183+118=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB776 is #424889. Grayscale: #B1B1B1. Windows color (decimal): -4343946 or 7780285. OLE color: 7780285.

HSL color Cylindrical-coordinate representation of color #BDB776: hue angle of 54.93º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDB776 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 183 118 -
CMYK 0 0.03 0.38 0.26
HSL 54.93º 0.35% 0.6% -
HSV(B) 54.93º 0.38% 0.74% -
XYZ 41.19 45.99 23.85 -
YUV 177.38 94.49 136.29 -
System Red Green Blue C M Y K H S L
Decimal 189 183 118 0 0.03 0.38 0.26 54.93 0.35 0.6
Hex BD B7 76 0 3 26 1A 37 23 3C
Octal 275 267 166 0 3 46 32 67 43 74
Binary 10111101 10110111 1110110 0 11 100110 11010 110111 100011 111100

Color Harmonies of #BDB776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB776

Black with #BDB776

Text Example


Text Example

White with #BDB776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB776; }

 p { color: rgb(189,183,118); }

 H1.HeaderClassName
 {
   color: #BDB776;
 }
 .AnyTagClassName
 {
   color: #BDB776;
 }
</style>

background-color css

<style>
 a { background-color: #BDB776; }

 a { background-color: rgb(189,183,118); }

 div.DivClassName
 {
   background-color: #BDB776;
 }
 .BgClassName
 {
   background-color: #BDB776;
 }
</style>

border-color css

<style>
 span { border-color: #BDB776; }

 span { border-color: rgb(189,183,118); }

 td.TdClassName
 {
   border-color: #BDB776;
 }
 .TagClassName
 {
   border-color: #BDB776;
 }
</style>