Html Css Color HEX #B9B86A Dark Khaki

📋 copy color: '#B9B86A'

red 185 ◦ green 184 ◦ blue 106

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

Shades of Dark Khaki #B9B86A

Tints of Dark Khaki #B9B86A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.74%

 BLUE value IS 106 (41.8% from 255) = 22.32%

R = 38.95%
G = 38.74%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9B86A (or 0xB9B86A) is known color: Dark Khaki. HEX triplet: B9, B8 and 6A. RGB value is (185,184,106). Sum of RGB (Red+Green+Blue) = 185+184+106=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B86A is #464795. Grayscale: #AFAFAF. Windows color (decimal): -4605846 or 6994105. OLE color: 6994105.

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

Color convert

RGB 185 184 106 -
CMYK 0 0.01 0.43 0.27
HSL 59.24º 0.36% 0.57% -
HSV(B) 59.24º 0.43% 0.73% -
XYZ 39.75 45.64 20.35 -
YUV 175.41 88.83 134.84 -
System Red Green Blue C M Y K H S L
Decimal 185 184 106 0 0.01 0.43 0.27 59.24 0.36 0.57
Hex B9 B8 6A 0 1 2B 1B 3B 24 39
Octal 271 270 152 0 1 53 33 73 44 71
Binary 10111001 10111000 1101010 0 1 101011 11011 111011 100100 111001

Color Harmonies of #B9B86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B86A

Black with #B9B86A

Text Example


Text Example

White with #B9B86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B86A; }

 p { color: rgb(185,184,106); }

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

background-color css

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

 a { background-color: rgb(185,184,106); }

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

border-color css

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

 span { border-color: rgb(185,184,106); }

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