#B4B078

Color #B4B078 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #B4B078

Tints of Dark Khaki #B4B078

Color information

#B4B078 (or 0xB4B078) is unknown color: approx Dark Khaki. HEX triplet: B4, B0 and 78. RGB value is (180,176,120). Sum of RGB (Red+Green+Blue) = 180+176+120=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B078 is #4B4F87. Grayscale: #ABABAB. Windows color (decimal): -4935560 or 7909556. OLE color: 7909556.

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

Color convert

RGB180176120-
CMYK00.020.330.29
HSL56º28.57%58.82%-
HSV(B)56º33.33%70.59%-
XYZ37.7442.1123.91-
YUV170.8199.33134.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.82%
GREEN value IS 176 (69.14% from 255) = 36.97%
BLUE value IS 120 (47.27% from 255) = 25.21%
R=37.82%
G=36.97%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017612000.020.330.295628.5758.82
HexB4B07802211D381d3b
Octal264260170024135703573
Binary101101001011000011110000101000011110111100011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B078; }

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

 H1.HeaderClassName
 {
   color: #B4B078;
 }
 .AnyTagClassName
 {
   color: #B4B078;
 }
</style>
background-color css

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

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

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

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

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

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