#B7B56A

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

Shades of Dark Khaki #B7B56A

Tints of Dark Khaki #B7B56A

Color information

#B7B56A (or 0xB7B56A) is unknown color: approx Dark Khaki. HEX triplet: B7, B5 and 6A. RGB value is (183,181,106). Sum of RGB (Red+Green+Blue) = 183+181+106=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B56A is #484A95. Grayscale: #ADADAD. Windows color (decimal): -4737686 or 6993335. OLE color: 6993335.

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

Color convert

RGB183181106-
CMYK00.010.420.28
HSL58.44º34.84%56.67%-
HSV(B)58.44º42.08%71.76%-
XYZ38.6544.1620.12-
YUV173.0590.16135.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.94%
GREEN value IS 181 (71.09% from 255) = 38.51%
BLUE value IS 106 (41.80% from 255) = 22.55%
R=38.94%
G=38.51%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18318110600.010.420.2858.4434.8456.67
HexB7B56A012A1C3a2339
Octal267265152015234724371
Binary101101111011010111010100110101011100111010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B56A; }

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

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

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

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

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

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

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

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