#B1A258

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

Shades of Gimblet #B1A258

Tints of Gimblet #B1A258

Color information

#B1A258 (or 0xB1A258) is unknown color: approx Gimblet. HEX triplet: B1, A2 and 58. RGB value is (177,162,88). Sum of RGB (Red+Green+Blue) = 177+162+88=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A258 is #4E5DA7. Grayscale: #9E9E9E. Windows color (decimal): -5135784 or 5808817. OLE color: 5808817.

HSL color Cylindrical-coordinate representation of color #B1A258: hue angle of 49.89º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1A258 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17716288-
CMYK00.080.500.31
HSL49.89º36.33%51.96%-
HSV(B)49.89º50.28%69.41%-
XYZ32.8135.8914.43-
YUV158.0588.47141.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.45%
GREEN value IS 162 (63.67% from 255) = 37.94%
BLUE value IS 88 (34.77% from 255) = 20.61%
R=41.45%
G=37.94%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771628800.080.500.3149.8936.3351.96
HexB1A25808321F322434
Octal2612421300106237624464
Binary101100011010001010110000100011001011111110010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A258; }

 p { color: rgb(177,162,88); }

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

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

 a { background-color: rgb(177,162,88); }

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

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

 span { border-color: rgb(177,162,88); }

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