Html Css Color HEX #B9B479 Dark Khaki

📋 copy color: '#B9B479'

red 185 ◦ green 180 ◦ blue 121

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

Shades of Dark Khaki #B9B479

Tints of Dark Khaki #B9B479

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.04%

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

R = 38.07%
G = 37.04%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B9B479 (or 0xB9B479) is known color: Dark Khaki. HEX triplet: B9, B4 and 79. RGB value is (185,180,121). Sum of RGB (Red+Green+Blue) = 185+180+121=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B479 is #464B86. Grayscale: #AFAFAF. Windows color (decimal): -4606855 or 7976121. OLE color: 7976121.

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

Color convert

RGB 185 180 121 -
CMYK 0 0.03 0.35 0.27
HSL 55.31º 0.31% 0.6% -
HSV(B) 55.31º 0.35% 0.73% -
XYZ 39.78 44.34 24.55 -
YUV 174.77 97.66 135.3 -
System Red Green Blue C M Y K H S L
Decimal 185 180 121 0 0.03 0.35 0.27 55.31 0.31 0.6
Hex B9 B4 79 0 3 23 1B 37 1F 3C
Octal 271 264 171 0 3 43 33 67 37 74
Binary 10111001 10110100 1111001 0 11 100011 11011 110111 11111 111100

Color Harmonies of #B9B479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B479

Black with #B9B479

Text Example


Text Example

White with #B9B479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B479; }

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

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

background-color css

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

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

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

border-color css

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

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

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