#B4A369

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

Shades of Gimblet #B4A369

Tints of Gimblet #B4A369

Color information

#B4A369 (or 0xB4A369) is unknown color: approx Gimblet. HEX triplet: B4, A3 and 69. RGB value is (180,163,105). Sum of RGB (Red+Green+Blue) = 180+163+105=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A369 is #4B5C96. Grayscale: #A1A1A1. Windows color (decimal): -4938903 or 6923188. OLE color: 6923188.

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

Color convert

RGB180163105-
CMYK00.090.420.29
HSL46.4º33.33%55.88%-
HSV(B)46.4º41.67%70.59%-
XYZ34.4736.9218.67-
YUV161.4796.13141.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 163 (64.06% from 255) = 36.38%
BLUE value IS 105 (41.41% from 255) = 23.44%
R=40.18%
G=36.38%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016310500.090.420.2946.433.3355.88
HexB4A369092A1D2e2138
Octal2642431510115235564170
Binary101101001010001111010010100110101011101101110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A369; }

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

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

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

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

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

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

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

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