Html Css Color HEX #B9B16C Dark Khaki

📋 copy color: '#B9B16C'

red 185 ◦ green 177 ◦ blue 108

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

Shades of Dark Khaki #B9B16C

Tints of Dark Khaki #B9B16C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.66%

 BLUE value IS 108 (42.58% from 255) = 22.98%

R = 39.36%
G = 37.66%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9B16C (or 0xB9B16C) is known color: Dark Khaki. HEX triplet: B9, B1 and 6C. RGB value is (185,177,108). Sum of RGB (Red+Green+Blue) = 185+177+108=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B16C is #464E93. Grayscale: #ABABAB. Windows color (decimal): -4607636 or 7123385. OLE color: 7123385.

HSL color Cylindrical-coordinate representation of color #B9B16C: hue angle of 53.77º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9B16C is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 177 108 -
CMYK 0 0.04 0.42 0.27
HSL 53.77º 0.35% 0.57% -
HSV(B) 53.77º 0.42% 0.73% -
XYZ 38.44 42.84 20.43 -
YUV 171.53 92.15 137.61 -
System Red Green Blue C M Y K H S L
Decimal 185 177 108 0 0.04 0.42 0.27 53.77 0.35 0.57
Hex B9 B1 6C 0 4 2A 1B 36 23 39
Octal 271 261 154 0 4 52 33 66 43 71
Binary 10111001 10110001 1101100 0 100 101010 11011 110110 100011 111001

Color Harmonies of #B9B16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B16C

Black with #B9B16C

Text Example


Text Example

White with #B9B16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B16C; }

 p { color: rgb(185,177,108); }

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

background-color css

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

 a { background-color: rgb(185,177,108); }

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

border-color css

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

 span { border-color: rgb(185,177,108); }

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