#B5AD69

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

Shades of Gimblet #B5AD69

Tints of Gimblet #B5AD69

Color information

#B5AD69 (or 0xB5AD69) is unknown color: approx Gimblet. HEX triplet: B5, AD and 69. RGB value is (181,173,105). Sum of RGB (Red+Green+Blue) = 181+173+105=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AD69 is #4A5296. Grayscale: #A7A7A7. Windows color (decimal): -4870807 or 6925749. OLE color: 6925749.

HSL color Cylindrical-coordinate representation of color #B5AD69: hue angle of 53.68º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5AD69 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB181173105-
CMYK00.040.420.29
HSL53.68º33.93%56.08%-
HSV(B)53.68º41.99%70.98%-
XYZ36.5540.7319.3-
YUV167.6492.65137.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.43%
GREEN value IS 173 (67.97% from 255) = 37.69%
BLUE value IS 105 (41.41% from 255) = 22.88%
R=39.43%
G=37.69%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117310500.040.420.2953.6833.9356.08
HexB5AD69042A1D362238
Octal265255151045235664270
Binary10110101101011011101001010010101011101110110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AD69; }

 p { color: rgb(181,173,105); }

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

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

 a { background-color: rgb(181,173,105); }

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

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

 span { border-color: rgb(181,173,105); }

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