Html Css Color HEX #B4B079 Dark Khaki

📋 copy color: '#B4B079'

red 180 ◦ green 176 ◦ blue 121

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

Shades of Dark Khaki #B4B079

Tints of Dark Khaki #B4B079

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.9%

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

R = 37.74%
G = 36.9%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B4B079 (or 0xB4B079) is known color: Dark Khaki. HEX triplet: B4, B0 and 79. RGB value is (180,176,121). Sum of RGB (Red+Green+Blue) = 180+176+121=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B079 is #4B4F86. Grayscale: #ABABAB. Windows color (decimal): -4935559 or 7975092. OLE color: 7975092.

HSL color Cylindrical-coordinate representation of color #B4B079: hue angle of 55.93º 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 #B4B079 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 176 121 -
CMYK 0 0.02 0.33 0.29
HSL 55.93º 0.28% 0.59% -
HSV(B) 55.93º 0.33% 0.71% -
XYZ 37.8 42.13 24.23 -
YUV 170.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 180 176 121 0 0.02 0.33 0.29 55.93 0.28 0.59
Hex B4 B0 79 0 2 21 1D 38 1C 3B
Octal 264 260 171 0 2 41 35 70 34 73
Binary 10110100 10110000 1111001 0 10 100001 11101 111000 11100 111011

Color Harmonies of #B4B079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B079

Black with #B4B079

Text Example


Text Example

White with #B4B079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B079; }

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

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

background-color css

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

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

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

border-color css

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

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

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