#B5AA6A

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

Shades of Gimblet #B5AA6A

Tints of Gimblet #B5AA6A

Color information

#B5AA6A (or 0xB5AA6A) is unknown color: approx Gimblet. HEX triplet: B5, AA and 6A. RGB value is (181,170,106). Sum of RGB (Red+Green+Blue) = 181+170+106=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AA6A is #4A5595. Grayscale: #A6A6A6. Windows color (decimal): -4871574 or 6990517. OLE color: 6990517.

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

Color convert

RGB181170106-
CMYK00.060.410.29
HSL51.2º33.63%56.27%-
HSV(B)51.2º41.44%70.98%-
XYZ36.0339.6119.38-
YUV165.9994.14138.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.61%
GREEN value IS 170 (66.80% from 255) = 37.20%
BLUE value IS 106 (41.80% from 255) = 23.19%
R=39.61%
G=37.20%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117010600.060.410.2951.233.6356.27
HexB5AA6A06291D332238
Octal265252152065135634270
Binary10110101101010101101010011010100111101110011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AA6A; }

 p { color: rgb(181,170,106); }

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

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

 a { background-color: rgb(181,170,106); }

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

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

 span { border-color: rgb(181,170,106); }

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