#B4B86A

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

Shades of Dark Khaki #B4B86A

Tints of Dark Khaki #B4B86A

Color information

#B4B86A (or 0xB4B86A) is unknown color: approx Dark Khaki. HEX triplet: B4, B8 and 6A. RGB value is (180,184,106). Sum of RGB (Red+Green+Blue) = 180+184+106=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 184 - color contains mainly: green. Hex color #B4B86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B86A is #4B4795. Grayscale: #AEAEAE. Windows color (decimal): -4933526 or 6994100. OLE color: 6994100.

HSL color Cylindrical-coordinate representation of color #B4B86A: hue angle of 63.08º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4B86A is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB180184106-
CMYK0.0200.420.28
HSL63.08º35.45%56.86%-
HSV(B)63.08º42.39%72.16%-
XYZ38.5645.0220.29-
YUV173.9189.67132.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 184 (72.27% from 255) = 39.15%
BLUE value IS 106 (41.80% from 255) = 22.55%
R=38.30%
G=39.15%
B=22.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1801841060.0200.420.2863.0835.4556.86
HexB4B86A202A1C3f2339
Octal264270152205234774371
Binary1011010010111000110101010010101011100111111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B86A; }

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

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

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

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

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

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

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

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