Html Css Color HEX #B9B776 Dark Khaki

📋 copy color: '#B9B776'

red 185 ◦ green 183 ◦ blue 118

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

Shades of Dark Khaki #B9B776

Tints of Dark Khaki #B9B776

RGB

 RED value IS 185 (72.66% from 255) = 38.07%

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

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

R = 38.07%
G = 37.65%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B9B776 (or 0xB9B776) is known color: Dark Khaki. HEX triplet: B9, B7 and 76. RGB value is (185,183,118). Sum of RGB (Red+Green+Blue) = 185+183+118=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B776 is #464889. Grayscale: #B0B0B0. Windows color (decimal): -4606090 or 7780281. OLE color: 7780281.

HSL color Cylindrical-coordinate representation of color #B9B776: hue angle of 58.21º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9B776 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 183 118 -
CMYK 0 0.01 0.36 0.27
HSL 58.21º 0.32% 0.59% -
HSV(B) 58.21º 0.36% 0.73% -
XYZ 40.21 45.49 23.8 -
YUV 176.19 95.16 134.29 -
System Red Green Blue C M Y K H S L
Decimal 185 183 118 0 0.01 0.36 0.27 58.21 0.32 0.59
Hex B9 B7 76 0 1 24 1B 3A 20 3B
Octal 271 267 166 0 1 44 33 72 40 73
Binary 10111001 10110111 1110110 0 1 100100 11011 111010 100000 111011

Color Harmonies of #B9B776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B776

Black with #B9B776

Text Example


Text Example

White with #B9B776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B776; }

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

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

background-color css

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

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

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

border-color css

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

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

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