#B8B56E

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

Shades of Dark Khaki #B8B56E

Tints of Dark Khaki #B8B56E

Color information

#B8B56E (or 0xB8B56E) is unknown color: approx Dark Khaki. HEX triplet: B8, B5 and 6E. RGB value is (184,181,110). Sum of RGB (Red+Green+Blue) = 184+181+110=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B56E is #474A91. Grayscale: #AEAEAE. Windows color (decimal): -4672146 or 7255480. OLE color: 7255480.

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

Color convert

RGB184181110-
CMYK00.020.400.28
HSL57.57º34.26%57.65%-
HSV(B)57.57º40.22%72.16%-
XYZ39.1144.3621.25-
YUV173.891.99135.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.74%
GREEN value IS 181 (71.09% from 255) = 38.11%
BLUE value IS 110 (43.36% from 255) = 23.16%
R=38.74%
G=38.11%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18418111000.020.400.2857.5734.2657.65
HexB8B56E02281C3a223a
Octal270265156025034724272
Binary1011100010110101110111001010100011100111010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B56E; }

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

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

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

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

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

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

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

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