Html Css Color HEX #B3B279 Dark Khaki

📋 copy color: '#B3B279'

red 179 ◦ green 178 ◦ blue 121

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

Shades of Dark Khaki #B3B279

Tints of Dark Khaki #B3B279

RGB

 RED value IS 179 (70.31% from 255) = 37.45%

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

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

R = 37.45%
G = 37.24%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B3B279 (or 0xB3B279) is known color: Dark Khaki. HEX triplet: B3, B2 and 79. RGB value is (179,178,121). Sum of RGB (Red+Green+Blue) = 179+178+121=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B279 is #4C4D86. Grayscale: #ACACAC. Windows color (decimal): -5000583 or 7975603. OLE color: 7975603.

HSL color Cylindrical-coordinate representation of color #B3B279: hue angle of 58.97º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3B279 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 178 121 -
CMYK 0 0.01 0.32 0.30
HSL 58.97º 0.28% 0.59% -
HSV(B) 58.97º 0.32% 0.7% -
XYZ 37.96 42.8 24.35 -
YUV 171.8 99.33 133.13 -
System Red Green Blue C M Y K H S L
Decimal 179 178 121 0 0.01 0.32 0.30 58.97 0.28 0.59
Hex B3 B2 79 0 1 20 1E 3B 1C 3B
Octal 263 262 171 0 1 40 36 73 34 73
Binary 10110011 10110010 1111001 0 1 100000 11110 111011 11100 111011

Color Harmonies of #B3B279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B279

Black with #B3B279

Text Example


Text Example

White with #B3B279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B279; }

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

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

background-color css

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

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

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

border-color css

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

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

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