#B5AF69

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

Shades of Gimblet #B5AF69

Tints of Gimblet #B5AF69

Color information

#B5AF69 (or 0xB5AF69) is unknown color: approx Gimblet. HEX triplet: B5, AF and 69. RGB value is (181,175,105). Sum of RGB (Red+Green+Blue) = 181+175+105=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AF69 is #4A5096. Grayscale: #A9A9A9. Windows color (decimal): -4870295 or 6926261. OLE color: 6926261.

HSL color Cylindrical-coordinate representation of color #B5AF69: hue angle of 55.26º 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 #B5AF69 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB181175105-
CMYK00.030.420.29
HSL55.26º33.93%56.08%-
HSV(B)55.26º41.99%70.98%-
XYZ36.9441.519.43-
YUV168.8191.99136.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.26%
GREEN value IS 175 (68.75% from 255) = 37.96%
BLUE value IS 105 (41.41% from 255) = 22.78%
R=39.26%
G=37.96%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117510500.030.420.2955.2633.9356.08
HexB5AF69032A1D372238
Octal265257151035235674270
Binary1011010110101111110100101110101011101110111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AF69; }

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

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

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

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

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

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

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

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