#B6A952

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

Shades of Gimblet #B6A952

Tints of Gimblet #B6A952

Color information

#B6A952 (or 0xB6A952) is unknown color: approx Gimblet. HEX triplet: B6, A9 and 52. RGB value is (182,169,82). Sum of RGB (Red+Green+Blue) = 182+169+82=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A952 is #4956AD. Grayscale: #A3A3A3. Windows color (decimal): -4806318 or 5417398. OLE color: 5417398.

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

Color convert

RGB18216982-
CMYK00.070.550.29
HSL52.2º40.65%51.76%-
HSV(B)52.2º54.95%71.37%-
XYZ3538.9313.65-
YUV162.9782.31141.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.03%
GREEN value IS 169 (66.41% from 255) = 39.03%
BLUE value IS 82 (32.42% from 255) = 18.94%
R=42.03%
G=39.03%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821698200.070.550.2952.240.6551.76
HexB6A95207371D342934
Octal266251122076735645164
Binary10110110101010011010010011111011111101110100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A952; }

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

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

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

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

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

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

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

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