#B7A866

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

Shades of Gimblet #B7A866

Tints of Gimblet #B7A866

Color information

#B7A866 (or 0xB7A866) is unknown color: approx Gimblet. HEX triplet: B7, A8 and 66. RGB value is (183,168,102). Sum of RGB (Red+Green+Blue) = 183+168+102=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A866 is #485799. Grayscale: #A5A5A5. Windows color (decimal): -4741018 or 6727863. OLE color: 6727863.

HSL color Cylindrical-coordinate representation of color #B7A866: hue angle of 48.89º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7A866 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB183168102-
CMYK00.080.440.28
HSL48.89º36%55.88%-
HSV(B)48.89º44.26%71.76%-
XYZ35.9339.0318.21-
YUV164.9692.47140.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.40%
GREEN value IS 168 (66.02% from 255) = 37.09%
BLUE value IS 102 (40.23% from 255) = 22.52%
R=40.40%
G=37.09%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316810200.080.440.2848.893655.88
HexB7A866082C1C312438
Octal2672501460105434614470
Binary101101111010100011001100100010110011100110001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A866; }

 p { color: rgb(183,168,102); }

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

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

 a { background-color: rgb(183,168,102); }

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

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

 span { border-color: rgb(183,168,102); }

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