#B7A471

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

Shades of Gimblet #B7A471

Tints of Gimblet #B7A471

Color information

#B7A471 (or 0xB7A471) is unknown color: approx Gimblet. HEX triplet: B7, A4 and 71. RGB value is (183,164,113). Sum of RGB (Red+Green+Blue) = 183+164+113=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A471 is #485B8E. Grayscale: #A4A4A4. Windows color (decimal): -4742031 or 7447735. OLE color: 7447735.

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

Color convert

RGB183164113-
CMYK00.100.380.28
HSL43.71º32.71%58.04%-
HSV(B)43.71º38.25%71.76%-
XYZ35.7837.8121.03-
YUV163.8799.29141.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.78%
GREEN value IS 164 (64.45% from 255) = 35.65%
BLUE value IS 113 (44.53% from 255) = 24.57%
R=39.78%
G=35.65%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316411300.100.380.2843.7132.7158.04
HexB7A4710A261C2c213a
Octal2672441610124634544172
Binary101101111010010011100010101010011011100101100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A471; }

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

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

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

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

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

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

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

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