#B4B370

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

Shades of Dark Khaki #B4B370

Tints of Dark Khaki #B4B370

Color information

#B4B370 (or 0xB4B370) is unknown color: approx Dark Khaki. HEX triplet: B4, B3 and 70. RGB value is (180,179,112). Sum of RGB (Red+Green+Blue) = 180+179+112=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B370 is #4B4C8F. Grayscale: #ABABAB. Windows color (decimal): -4934800 or 7386036. OLE color: 7386036.

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

Color convert

RGB180179112-
CMYK00.010.380.29
HSL59.12º31.19%57.25%-
HSV(B)59.12º37.78%70.59%-
XYZ37.8743.1121.66-
YUV171.6694.33133.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 179 (70.31% from 255) = 38.00%
BLUE value IS 112 (44.14% from 255) = 23.78%
R=38.22%
G=38.00%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017911200.010.380.2959.1231.1957.25
HexB4B37001261D3b1f39
Octal264263160014635733771
Binary10110100101100111110000011001101110111101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B370; }

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

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

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

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

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

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

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

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