#B4AA69

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

Shades of Gimblet #B4AA69

Tints of Gimblet #B4AA69

Color information

#B4AA69 (or 0xB4AA69) is unknown color: approx Gimblet. HEX triplet: B4, AA and 69. RGB value is (180,170,105). Sum of RGB (Red+Green+Blue) = 180+170+105=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AA69 is #4B5596. Grayscale: #A5A5A5. Windows color (decimal): -4937111 or 6924980. OLE color: 6924980.

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

Color convert

RGB180170105-
CMYK00.060.420.29
HSL52º33.33%55.88%-
HSV(B)52º41.67%70.59%-
XYZ35.7539.4719.1-
YUV165.5893.81138.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 170 (66.80% from 255) = 37.36%
BLUE value IS 105 (41.41% from 255) = 23.08%
R=39.56%
G=37.36%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017010500.060.420.295233.3355.88
HexB4AA69062A1D342138
Octal264252151065235644170
Binary10110100101010101101001011010101011101110100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA69; }

 p { color: rgb(180,170,105); }

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

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

 a { background-color: rgb(180,170,105); }

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

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

 span { border-color: rgb(180,170,105); }

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