#B7A670

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

Shades of Gimblet #B7A670

Tints of Gimblet #B7A670

Color information

#B7A670 (or 0xB7A670) is unknown color: approx Gimblet. HEX triplet: B7, A6 and 70. RGB value is (183,166,112). Sum of RGB (Red+Green+Blue) = 183+166+112=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A670 is #48598F. Grayscale: #A5A5A5. Windows color (decimal): -4741520 or 7382711. OLE color: 7382711.

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

Color convert

RGB183166112-
CMYK00.090.390.28
HSL45.63º33.02%57.84%-
HSV(B)45.63º38.8%71.76%-
XYZ36.0938.5120.86-
YUV164.9398.13140.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.70%
GREEN value IS 166 (65.23% from 255) = 36.01%
BLUE value IS 112 (44.14% from 255) = 24.30%
R=39.70%
G=36.01%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316611200.090.390.2845.6333.0257.84
HexB7A67009271C2e213a
Octal2672461600114734564172
Binary101101111010011011100000100110011111100101110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A670; }

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

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

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

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

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

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

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

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