#B9A570

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

Shades of Gimblet #B9A570

Tints of Gimblet #B9A570

Color information

#B9A570 (or 0xB9A570) is unknown color: approx Gimblet. HEX triplet: B9, A5 and 70. RGB value is (185,165,112). Sum of RGB (Red+Green+Blue) = 185+165+112=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A570 is #465A8F. Grayscale: #A5A5A5. Windows color (decimal): -4610704 or 7382457. OLE color: 7382457.

HSL color Cylindrical-coordinate representation of color #B9A570: hue angle of 43.56º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9A570 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB185165112-
CMYK00.110.390.27
HSL43.56º34.27%58.24%-
HSV(B)43.56º39.46%72.55%-
XYZ36.3938.3920.82-
YUV164.9498.13142.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.04%
GREEN value IS 165 (64.84% from 255) = 35.71%
BLUE value IS 112 (44.14% from 255) = 24.24%
R=40.04%
G=35.71%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516511200.110.390.2743.5634.2758.24
HexB9A5700B271B2c223a
Octal2712451600134733544272
Binary101110011010010111100000101110011111011101100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A570; }

 p { color: rgb(185,165,112); }

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

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

 a { background-color: rgb(185,165,112); }

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

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

 span { border-color: rgb(185,165,112); }

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