Html Css Color HEX #B9B26C Dark Khaki

📋 copy color: '#B9B26C'

red 185 ◦ green 178 ◦ blue 108

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

Shades of Dark Khaki #B9B26C

Tints of Dark Khaki #B9B26C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.79%

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

R = 39.28%
G = 37.79%
B = 22.93%

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

#B9B26C (or 0xB9B26C) is known color: Dark Khaki. HEX triplet: B9, B2 and 6C. RGB value is (185,178,108). Sum of RGB (Red+Green+Blue) = 185+178+108=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B26C is #464D93. Grayscale: #ACACAC. Windows color (decimal): -4607380 or 7123641. OLE color: 7123641.

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

Color convert

RGB 185 178 108 -
CMYK 0 0.04 0.42 0.27
HSL 54.55º 0.35% 0.57% -
HSV(B) 54.55º 0.42% 0.73% -
XYZ 38.63 43.24 20.5 -
YUV 172.11 91.82 137.19 -
System Red Green Blue C M Y K H S L
Decimal 185 178 108 0 0.04 0.42 0.27 54.55 0.35 0.57
Hex B9 B2 6C 0 4 2A 1B 37 23 39
Octal 271 262 154 0 4 52 33 67 43 71
Binary 10111001 10110010 1101100 0 100 101010 11011 110111 100011 111001

Color Harmonies of #B9B26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B26C

Black with #B9B26C

Text Example


Text Example

White with #B9B26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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