#B4B86E

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

Shades of Dark Khaki #B4B86E

Tints of Dark Khaki #B4B86E

Color information

#B4B86E (or 0xB4B86E) is unknown color: approx Dark Khaki. HEX triplet: B4, B8 and 6E. RGB value is (180,184,110). Sum of RGB (Red+Green+Blue) = 180+184+110=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 184 - color contains mainly: green. Hex color #B4B86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B86E is #4B4791. Grayscale: #AEAEAE. Windows color (decimal): -4933522 or 7256244. OLE color: 7256244.

HSL color Cylindrical-coordinate representation of color #B4B86E: hue angle of 63.24º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4B86E is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB180184110-
CMYK0.0200.400.28
HSL63.24º34.26%57.65%-
HSV(B)63.24º40.22%72.16%-
XYZ38.7845.1121.42-
YUV174.3791.67132.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.97%
GREEN value IS 184 (72.27% from 255) = 38.82%
BLUE value IS 110 (43.36% from 255) = 23.21%
R=37.97%
G=38.82%
B=23.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1801841100.0200.400.2863.2434.2657.65
HexB4B86E20281C3f223a
Octal264270156205034774272
Binary1011010010111000110111010010100011100111111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B86E; }

 p { color: rgb(180,184,110); }

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

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

 a { background-color: rgb(180,184,110); }

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

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

 span { border-color: rgb(180,184,110); }

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