#B5A25E

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

Shades of Gimblet #B5A25E

Tints of Gimblet #B5A25E

Color information

#B5A25E (or 0xB5A25E) is unknown color: approx Gimblet. HEX triplet: B5, A2 and 5E. RGB value is (181,162,94). Sum of RGB (Red+Green+Blue) = 181+162+94=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A25E is #4A5DA1. Grayscale: #A0A0A0. Windows color (decimal): -4873634 or 6202037. OLE color: 6202037.

HSL color Cylindrical-coordinate representation of color #B5A25E: hue angle of 46.9º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5A25E is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18116294-
CMYK00.100.480.29
HSL46.9º37.02%53.92%-
HSV(B)46.9º48.07%70.98%-
XYZ3436.4715.84-
YUV159.9390.79143.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 162 (63.67% from 255) = 37.07%
BLUE value IS 94 (37.11% from 255) = 21.51%
R=41.42%
G=37.07%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811629400.100.480.2946.937.0253.92
HexB5A25E0A301D2f2536
Octal2652421360126035574566
Binary101101011010001010111100101011000011101101111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A25E; }

 p { color: rgb(181,162,94); }

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

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

 a { background-color: rgb(181,162,94); }

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

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

 span { border-color: rgb(181,162,94); }

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