Html Css Color HEX #B9B86F Dark Khaki

📋 copy color: '#B9B86F'

red 185 ◦ green 184 ◦ blue 111

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

Shades of Dark Khaki #B9B86F

Tints of Dark Khaki #B9B86F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.13%

R = 38.54%
G = 38.33%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#B9B86F (or 0xB9B86F) is known color: Dark Khaki. HEX triplet: B9, B8 and 6F. RGB value is (185,184,111). Sum of RGB (Red+Green+Blue) = 185+184+111=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B86F is #464790. Grayscale: #B0B0B0. Windows color (decimal): -4605841 or 7321785. OLE color: 7321785.

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

Color convert

RGB 185 184 111 -
CMYK 0 0.01 0.4 0.27
HSL 59.19º 0.35% 0.58% -
HSV(B) 59.19º 0.4% 0.73% -
XYZ 40.02 45.74 21.76 -
YUV 175.98 91.33 134.44 -
System Red Green Blue C M Y K H S L
Decimal 185 184 111 0 0.01 0.4 0.27 59.19 0.35 0.58
Hex B9 B8 6F 0 1 28 1B 3B 23 3A
Octal 271 270 157 0 1 50 33 73 43 72
Binary 10111001 10111000 1101111 0 1 101000 11011 111011 100011 111010

Color Harmonies of #B9B86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B86F

Black with #B9B86F

Text Example


Text Example

White with #B9B86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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