#B2AB65

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

Shades of Gimblet #B2AB65

Tints of Gimblet #B2AB65

Color information

#B2AB65 (or 0xB2AB65) is unknown color: approx Gimblet. HEX triplet: B2, AB and 65. RGB value is (178,171,101). Sum of RGB (Red+Green+Blue) = 178+171+101=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AB65 is #4D549A. Grayscale: #A5A5A5. Windows color (decimal): -5067931 or 6663090. OLE color: 6663090.

HSL color Cylindrical-coordinate representation of color #B2AB65: hue angle of 54.55º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2AB65 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB178171101-
CMYK00.040.430.30
HSL54.55º33.33%54.71%-
HSV(B)54.55º43.26%69.8%-
XYZ35.2739.5318.08-
YUV165.1191.82137.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.56%
GREEN value IS 171 (67.19% from 255) = 38%
BLUE value IS 101 (39.84% from 255) = 22.44%
R=39.56%
G=38%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817110100.040.430.3054.5533.3354.71
HexB2AB65042B1E372137
Octal262253145045336674167
Binary10110010101010111100101010010101111110110111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AB65; }

 p { color: rgb(178,171,101); }

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

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

 a { background-color: rgb(178,171,101); }

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

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

 span { border-color: rgb(178,171,101); }

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