Html Css Color HEX #B9B56C Dark Khaki

📋 copy color: '#B9B56C'

red 185 ◦ green 181 ◦ blue 108

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

Shades of Dark Khaki #B9B56C

Tints of Dark Khaki #B9B56C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.19%

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

R = 39.03%
G = 38.19%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9B56C (or 0xB9B56C) is known color: Dark Khaki. HEX triplet: B9, B5 and 6C. RGB value is (185,181,108). Sum of RGB (Red+Green+Blue) = 185+181+108=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B56C is #464A93. Grayscale: #AEAEAE. Windows color (decimal): -4606612 or 7124409. OLE color: 7124409.

HSL color Cylindrical-coordinate representation of color #B9B56C: hue angle of 56.88º 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 #B9B56C is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 181 108 -
CMYK 0 0.02 0.42 0.27
HSL 56.88º 0.35% 0.57% -
HSV(B) 56.88º 0.42% 0.73% -
XYZ 39.24 44.44 20.7 -
YUV 173.87 90.83 135.94 -
System Red Green Blue C M Y K H S L
Decimal 185 181 108 0 0.02 0.42 0.27 56.88 0.35 0.57
Hex B9 B5 6C 0 2 2A 1B 39 23 39
Octal 271 265 154 0 2 52 33 71 43 71
Binary 10111001 10110101 1101100 0 10 101010 11011 111001 100011 111001

Color Harmonies of #B9B56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B56C

Black with #B9B56C

Text Example


Text Example

White with #B9B56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B56C; }

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

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

background-color css

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

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

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

border-color css

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

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

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