Html Css Color HEX #B4B279 Dark Khaki

📋 copy color: '#B4B279'

red 180 ◦ green 178 ◦ blue 121

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

Shades of Dark Khaki #B4B279

Tints of Dark Khaki #B4B279

RGB

 RED value IS 180 (70.7% from 255) = 37.58%

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

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

R = 37.58%
G = 37.16%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B4B279 (or 0xB4B279) is known color: Dark Khaki. HEX triplet: B4, B2 and 79. RGB value is (180,178,121). Sum of RGB (Red+Green+Blue) = 180+178+121=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B279 is #4B4D86. Grayscale: #ACACAC. Windows color (decimal): -4935047 or 7975604. OLE color: 7975604.

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

Color convert

RGB 180 178 121 -
CMYK 0 0.01 0.33 0.29
HSL 57.97º 0.28% 0.59% -
HSV(B) 57.97º 0.33% 0.71% -
XYZ 38.19 42.92 24.36 -
YUV 172.1 99.16 133.63 -
System Red Green Blue C M Y K H S L
Decimal 180 178 121 0 0.01 0.33 0.29 57.97 0.28 0.59
Hex B4 B2 79 0 1 21 1D 3A 1C 3B
Octal 264 262 171 0 1 41 35 72 34 73
Binary 10110100 10110010 1111001 0 1 100001 11101 111010 11100 111011

Color Harmonies of #B4B279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B279

Black with #B4B279

Text Example


Text Example

White with #B4B279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B279; }

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

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

background-color css

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

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

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

border-color css

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

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

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