#B4B378

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

Shades of Dark Khaki #B4B378

Tints of Dark Khaki #B4B378

Color information

#B4B378 (or 0xB4B378) is unknown color: approx Dark Khaki. HEX triplet: B4, B3 and 78. RGB value is (180,179,120). Sum of RGB (Red+Green+Blue) = 180+179+120=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B378 is #4B4C87. Grayscale: #ACACAC. Windows color (decimal): -4934792 or 7910324. OLE color: 7910324.

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

Color convert

RGB180179120-
CMYK00.010.330.29
HSL59º28.57%58.82%-
HSV(B)59º33.33%70.59%-
XYZ38.3343.324.11-
YUV172.5798.33133.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 179 (70.31% from 255) = 37.37%
BLUE value IS 120 (47.27% from 255) = 25.05%
R=37.58%
G=37.37%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017912000.010.330.295928.5758.82
HexB4B37801211D3b1d3b
Octal264263170014135733573
Binary10110100101100111111000011000011110111101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B378; }

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

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

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

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

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

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

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

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