#B6A972

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

Shades of Gimblet #B6A972

Tints of Gimblet #B6A972

Color information

#B6A972 (or 0xB6A972) is unknown color: approx Gimblet. HEX triplet: B6, A9 and 72. RGB value is (182,169,114). Sum of RGB (Red+Green+Blue) = 182+169+114=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A972 is #49568D. Grayscale: #A6A6A6. Windows color (decimal): -4806286 or 7514550. OLE color: 7514550.

HSL color Cylindrical-coordinate representation of color #B6A972: hue angle of 48.53º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6A972 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB182169114-
CMYK00.070.370.29
HSL48.53º31.78%58.04%-
HSV(B)48.53º37.36%71.37%-
XYZ36.5239.5421.63-
YUV166.6298.31138.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.14%
GREEN value IS 169 (66.41% from 255) = 36.34%
BLUE value IS 114 (44.92% from 255) = 24.52%
R=39.14%
G=36.34%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216911400.070.370.2948.5331.7858.04
HexB6A97207251D31203a
Octal266251162074535614072
Binary10110110101010011110010011110010111101110001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A972; }

 p { color: rgb(182,169,114); }

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

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

 a { background-color: rgb(182,169,114); }

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

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

 span { border-color: rgb(182,169,114); }

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