#B4B06A

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

Shades of Dark Khaki #B4B06A

Tints of Dark Khaki #B4B06A

Color information

#B4B06A (or 0xB4B06A) is unknown color: approx Dark Khaki. HEX triplet: B4, B0 and 6A. RGB value is (180,176,106). Sum of RGB (Red+Green+Blue) = 180+176+106=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B06A is #4B4F95. Grayscale: #A9A9A9. Windows color (decimal): -4935574 or 6992052. OLE color: 6992052.

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

Color convert

RGB180176106-
CMYK00.020.410.29
HSL56.76º33.04%56.08%-
HSV(B)56.76º41.11%70.59%-
XYZ36.9541.7919.76-
YUV169.2292.33135.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 176 (69.14% from 255) = 38.10%
BLUE value IS 106 (41.80% from 255) = 22.94%
R=38.96%
G=38.10%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017610600.020.410.2956.7633.0456.08
HexB4B06A02291D392138
Octal264260152025135714170
Binary1011010010110000110101001010100111101111001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B06A; }

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

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

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

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

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

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

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

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