#B5A973

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

Shades of Gimblet #B5A973

Tints of Gimblet #B5A973

Color information

#B5A973 (or 0xB5A973) is unknown color: approx Gimblet. HEX triplet: B5, A9 and 73. RGB value is (181,169,115). Sum of RGB (Red+Green+Blue) = 181+169+115=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A973 is #4A568C. Grayscale: #A6A6A6. Windows color (decimal): -4871821 or 7580085. OLE color: 7580085.

HSL color Cylindrical-coordinate representation of color #B5A973: hue angle of 49.09º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5A973 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB181169115-
CMYK00.070.360.29
HSL49.09º30.84%58.04%-
HSV(B)49.09º36.46%70.98%-
XYZ36.3439.4421.92-
YUV166.4398.98138.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.92%
GREEN value IS 169 (66.41% from 255) = 36.34%
BLUE value IS 115 (45.31% from 255) = 24.73%
R=38.92%
G=36.34%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116911500.070.360.2949.0930.8458.04
HexB5A97307241D311f3a
Octal265251163074435613772
Binary1011010110101001111001101111001001110111000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A973; }

 p { color: rgb(181,169,115); }

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

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

 a { background-color: rgb(181,169,115); }

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

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

 span { border-color: rgb(181,169,115); }

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