#B6A970

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

Shades of Gimblet #B6A970

Tints of Gimblet #B6A970

Color information

#B6A970 (or 0xB6A970) is unknown color: approx Gimblet. HEX triplet: B6, A9 and 70. RGB value is (182,169,112). Sum of RGB (Red+Green+Blue) = 182+169+112=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A970 is #49568F. Grayscale: #A6A6A6. Windows color (decimal): -4806288 or 7383478. OLE color: 7383478.

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

Color convert

RGB182169112-
CMYK00.070.380.29
HSL48.86º32.41%57.65%-
HSV(B)48.86º38.46%71.37%-
XYZ36.439.4921.03-
YUV166.3997.31139.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.31%
GREEN value IS 169 (66.41% from 255) = 36.50%
BLUE value IS 112 (44.14% from 255) = 24.19%
R=39.31%
G=36.50%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216911200.070.380.2948.8632.4157.65
HexB6A97007261D31203a
Octal266251160074635614072
Binary10110110101010011110000011110011011101110001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A970; }

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

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

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

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

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

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

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

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