#B7B86E

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

Shades of Dark Khaki #B7B86E

Tints of Dark Khaki #B7B86E

Color information

#B7B86E (or 0xB7B86E) is unknown color: approx Dark Khaki. HEX triplet: B7, B8 and 6E. RGB value is (183,184,110). Sum of RGB (Red+Green+Blue) = 183+184+110=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 184 - color contains mainly: green. Hex color #B7B86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B86E is #484791. Grayscale: #AFAFAF. Windows color (decimal): -4736914 or 7256247. OLE color: 7256247.

HSL color Cylindrical-coordinate representation of color #B7B86E: hue angle of 60.81º 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 #B7B86E is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB183184110-
CMYK0.0100.400.28
HSL60.81º34.26%57.65%-
HSV(B)60.81º40.22%72.16%-
XYZ39.4845.4721.45-
YUV175.2691.17133.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.36%
GREEN value IS 184 (72.27% from 255) = 38.57%
BLUE value IS 110 (43.36% from 255) = 23.06%
R=38.36%
G=38.57%
B=23.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831841100.0100.400.2860.8134.2657.65
HexB7B86E10281C3d223a
Octal267270156105034754272
Binary101101111011100011011101010100011100111101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B86E; }

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

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

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

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

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

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

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

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