#b2aa5c

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

Shades of Gimblet #B2AA5C

Tints of Gimblet #B2AA5C

Color information

#B2AA5C (or 0xB2AA5C) is unknown color: approx Gimblet. HEX triplet: B2, AA and 5C. RGB value is (178,170,92). Sum of RGB (Red+Green+Blue) = 178+170+92=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AA5C is #4D55A3. Grayscale: #A3A3A3. Windows color (decimal): -5068196 or 6073010. OLE color: 6073010.

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

Color convert

RGB17817092-
CMYK00.040.480.30
HSL54.42º35.83%52.94%-
HSV(B)54.42º48.31%69.8%-
XYZ34.6738.9915.82-
YUV163.587.65138.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.45%
GREEN value IS 170 (66.80% from 255) = 38.64%
BLUE value IS 92 (36.33% from 255) = 20.91%
R=40.45%
G=38.64%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781709200.040.480.3054.4235.8352.94
HexB2AA5C04301E362435
Octal262252134046036664465
Binary10110010101010101011100010011000011110110110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2aa5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2aa5c; }

 p { color: rgb(178,170,92); }

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

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

 a { background-color: rgb(178,170,92); }

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

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

 span { border-color: rgb(178,170,92); }

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