#B4A969

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

Shades of Gimblet #B4A969

Tints of Gimblet #B4A969

Color information

#B4A969 (or 0xB4A969) is unknown color: approx Gimblet. HEX triplet: B4, A9 and 69. RGB value is (180,169,105). Sum of RGB (Red+Green+Blue) = 180+169+105=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A969 is #4B5696. Grayscale: #A5A5A5. Windows color (decimal): -4937367 or 6924724. OLE color: 6924724.

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

Color convert

RGB180169105-
CMYK00.060.420.29
HSL51.2º33.33%55.88%-
HSV(B)51.2º41.67%70.59%-
XYZ35.5639.119.04-
YUV164.9994.14138.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.65%
GREEN value IS 169 (66.41% from 255) = 37.22%
BLUE value IS 105 (41.41% from 255) = 23.13%
R=39.65%
G=37.22%
B=23.13%

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
Decimal18016910500.060.420.2951.233.3355.88
HexB4A969062A1D332138
Octal264251151065235634170
Binary10110100101010011101001011010101011101110011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A969; }

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

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

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

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

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

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

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

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