#B7A655

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

Shades of Gimblet #B7A655

Tints of Gimblet #B7A655

Color information

#B7A655 (or 0xB7A655) is unknown color: approx Gimblet. HEX triplet: B7, A6 and 55. RGB value is (183,166,85). Sum of RGB (Red+Green+Blue) = 183+166+85=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A655 is #4859AA. Grayscale: #A2A2A2. Windows color (decimal): -4741547 or 5613239. OLE color: 5613239.

HSL color Cylindrical-coordinate representation of color #B7A655: hue angle of 49.59º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B7A655 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB18316685-
CMYK00.090.540.28
HSL49.59º40.5%52.55%-
HSV(B)49.59º53.55%71.76%-
XYZ34.83814.09-
YUV161.8584.63143.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.17%
GREEN value IS 166 (65.23% from 255) = 38.25%
BLUE value IS 85 (33.59% from 255) = 19.59%
R=42.17%
G=38.25%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831668500.090.540.2849.5940.552.55
HexB7A65509361C322835
Octal2672461250116634625065
Binary101101111010011010101010100111011011100110010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A655; }

 p { color: rgb(183,166,85); }

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

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

 a { background-color: rgb(183,166,85); }

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

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

 span { border-color: rgb(183,166,85); }

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