#B7A46E

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

Shades of Gimblet #B7A46E

Tints of Gimblet #B7A46E

Color information

#B7A46E (or 0xB7A46E) is unknown color: approx Gimblet. HEX triplet: B7, A4 and 6E. RGB value is (183,164,110). Sum of RGB (Red+Green+Blue) = 183+164+110=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A46E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A46E is #485B91. Grayscale: #A3A3A3. Windows color (decimal): -4742034 or 7251127. OLE color: 7251127.

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

Color convert

RGB183164110-
CMYK00.100.400.28
HSL44.38º33.64%57.45%-
HSV(B)44.38º39.89%71.76%-
XYZ35.6237.7420.16-
YUV163.5297.79141.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.04%
GREEN value IS 164 (64.45% from 255) = 35.89%
BLUE value IS 110 (43.36% from 255) = 24.07%
R=40.04%
G=35.89%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316411000.100.400.2844.3833.6457.45
HexB7A46E0A281C2c2239
Octal2672441560125034544271
Binary101101111010010011011100101010100011100101100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A46E; }

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

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

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

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

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

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

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

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