#B8B56A

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

Shades of Dark Khaki #B8B56A

Tints of Dark Khaki #B8B56A

Color information

#B8B56A (or 0xB8B56A) is unknown color: approx Dark Khaki. HEX triplet: B8, B5 and 6A. RGB value is (184,181,106). Sum of RGB (Red+Green+Blue) = 184+181+106=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B56A is #474A95. Grayscale: #ADADAD. Windows color (decimal): -4672150 or 6993336. OLE color: 6993336.

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

Color convert

RGB184181106-
CMYK00.020.420.28
HSL57.69º35.45%56.86%-
HSV(B)57.69º42.39%72.16%-
XYZ38.8944.2820.13-
YUV173.3589.99135.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.07%
GREEN value IS 181 (71.09% from 255) = 38.43%
BLUE value IS 106 (41.80% from 255) = 22.51%
R=39.07%
G=38.43%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18418110600.020.420.2857.6935.4556.86
HexB8B56A022A1C3a2339
Octal270265152025234724371
Binary1011100010110101110101001010101011100111010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B56A; }

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

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

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

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

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

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

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

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