#B2A15B

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

Shades of Gimblet #B2A15B

Tints of Gimblet #B2A15B

Color information

#B2A15B (or 0xB2A15B) is unknown color: approx Gimblet. HEX triplet: B2, A1 and 5B. RGB value is (178,161,91). Sum of RGB (Red+Green+Blue) = 178+161+91=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A15B is #4D5EA4. Grayscale: #9E9E9E. Windows color (decimal): -5070501 or 6005170. OLE color: 6005170.

HSL color Cylindrical-coordinate representation of color #B2A15B: hue angle of 48.28º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2A15B is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB17816191-
CMYK00.100.490.30
HSL48.28º36.1%52.75%-
HSV(B)48.28º48.88%69.8%-
XYZ32.9935.7115.05-
YUV158.190.13142.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.40%
GREEN value IS 161 (63.28% from 255) = 37.44%
BLUE value IS 91 (35.94% from 255) = 21.16%
R=41.40%
G=37.44%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781619100.100.490.3048.2836.152.75
HexB2A15B0A311E302435
Octal2622411330126136604465
Binary101100101010000110110110101011000111110110000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A15B; }

 p { color: rgb(178,161,91); }

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

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

 a { background-color: rgb(178,161,91); }

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

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

 span { border-color: rgb(178,161,91); }

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