#B7A96E

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

Shades of Gimblet #B7A96E

Tints of Gimblet #B7A96E

Color information

#B7A96E (or 0xB7A96E) is unknown color: approx Gimblet. HEX triplet: B7, A9 and 6E. RGB value is (183,169,110). Sum of RGB (Red+Green+Blue) = 183+169+110=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A96E is #485691. Grayscale: #A6A6A6. Windows color (decimal): -4740754 or 7252407. OLE color: 7252407.

HSL color Cylindrical-coordinate representation of color #B7A96E: hue angle of 48.49º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7A96E is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB183169110-
CMYK00.080.400.28
HSL48.49º33.64%57.45%-
HSV(B)48.49º39.89%71.76%-
XYZ36.5339.5720.46-
YUV166.4696.14139.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.61%
GREEN value IS 169 (66.41% from 255) = 36.58%
BLUE value IS 110 (43.36% from 255) = 23.81%
R=39.61%
G=36.58%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316911000.080.400.2848.4933.6457.45
HexB7A96E08281C302239
Octal2672511560105034604271
Binary101101111010100111011100100010100011100110000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A96E; }

 p { color: rgb(183,169,110); }

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

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

 a { background-color: rgb(183,169,110); }

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

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

 span { border-color: rgb(183,169,110); }

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