Html Css Color HEX #B9B279 Dark Khaki

📋 copy color: '#B9B279'

red 185 ◦ green 178 ◦ blue 121

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

Shades of Dark Khaki #B9B279

Tints of Dark Khaki #B9B279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25%

R = 38.22%
G = 36.78%
B = 25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B9B279 (or 0xB9B279) is known color: Dark Khaki. HEX triplet: B9, B2 and 79. RGB value is (185,178,121). Sum of RGB (Red+Green+Blue) = 185+178+121=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B279 is #464D86. Grayscale: #ADADAD. Windows color (decimal): -4607367 or 7975609. OLE color: 7975609.

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

Color convert

RGB 185 178 121 -
CMYK 0 0.04 0.35 0.27
HSL 53.44º 0.31% 0.6% -
HSV(B) 53.44º 0.35% 0.73% -
XYZ 39.38 43.54 24.42 -
YUV 173.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 185 178 121 0 0.04 0.35 0.27 53.44 0.31 0.6
Hex B9 B2 79 0 4 23 1B 35 1F 3C
Octal 271 262 171 0 4 43 33 65 37 74
Binary 10111001 10110010 1111001 0 100 100011 11011 110101 11111 111100

Color Harmonies of #B9B279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B279

Black with #B9B279

Text Example


Text Example

White with #B9B279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B279; }

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

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

background-color css

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

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

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

border-color css

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

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

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