#B4B075

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

Shades of Dark Khaki #B4B075

Tints of Dark Khaki #B4B075

Color information

#B4B075 (or 0xB4B075) is unknown color: approx Dark Khaki. HEX triplet: B4, B0 and 75. RGB value is (180,176,117). Sum of RGB (Red+Green+Blue) = 180+176+117=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B075 is #4B4F8A. Grayscale: #AAAAAA. Windows color (decimal): -4935563 or 7712948. OLE color: 7712948.

HSL color Cylindrical-coordinate representation of color #B4B075: hue angle of 56.19º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B4B075 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB180176117-
CMYK00.020.350.29
HSL56.19º29.58%58.24%-
HSV(B)56.19º35%70.59%-
XYZ37.5642.0422.96-
YUV170.4797.83134.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 176 (69.14% from 255) = 37.21%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=38.05%
G=37.21%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017611700.020.350.2956.1929.5858.24
HexB4B07502231D381e3a
Octal264260165024335703672
Binary101101001011000011101010101000111110111100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B075; }

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

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

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

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

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

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

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

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