Html Css Color HEX #B9B06D Dark Khaki

📋 copy color: '#B9B06D'

red 185 ◦ green 176 ◦ blue 109

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

Shades of Dark Khaki #B9B06D

Tints of Dark Khaki #B9B06D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.45%

 BLUE value IS 109 (42.97% from 255) = 23.19%

R = 39.36%
G = 37.45%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9B06D (or 0xB9B06D) is known color: Dark Khaki. HEX triplet: B9, B0 and 6D. RGB value is (185,176,109). Sum of RGB (Red+Green+Blue) = 185+176+109=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B06D is #464F92. Grayscale: #ABABAB. Windows color (decimal): -4607891 or 7188665. OLE color: 7188665.

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

Color convert

RGB 185 176 109 -
CMYK 0 0.05 0.41 0.27
HSL 52.89º 0.35% 0.58% -
HSV(B) 52.89º 0.41% 0.73% -
XYZ 38.29 42.47 20.65 -
YUV 171.05 92.98 137.95 -
System Red Green Blue C M Y K H S L
Decimal 185 176 109 0 0.05 0.41 0.27 52.89 0.35 0.58
Hex B9 B0 6D 0 5 29 1B 35 23 3A
Octal 271 260 155 0 5 51 33 65 43 72
Binary 10111001 10110000 1101101 0 101 101001 11011 110101 100011 111010

Color Harmonies of #B9B06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B06D

Black with #B9B06D

Text Example


Text Example

White with #B9B06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B06D; }

 p { color: rgb(185,176,109); }

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

background-color css

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

 a { background-color: rgb(185,176,109); }

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

border-color css

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

 span { border-color: rgb(185,176,109); }

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