#B4A36E

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

Shades of Gimblet #B4A36E

Tints of Gimblet #B4A36E

Color information

#B4A36E (or 0xB4A36E) is unknown color: approx Gimblet. HEX triplet: B4, A3 and 6E. RGB value is (180,163,110). Sum of RGB (Red+Green+Blue) = 180+163+110=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A36E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A36E is #4B5C91. Grayscale: #A2A2A2. Windows color (decimal): -4938898 or 7250868. OLE color: 7250868.

HSL color Cylindrical-coordinate representation of color #B4A36E: hue angle of 45.43º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B4A36E is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB180163110-
CMYK00.090.390.29
HSL45.43º31.82%56.86%-
HSV(B)45.43º38.89%70.59%-
XYZ34.7337.0220.07-
YUV162.0498.63140.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 163 (64.06% from 255) = 35.98%
BLUE value IS 110 (43.36% from 255) = 24.28%
R=39.74%
G=35.98%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016311000.090.390.2945.4331.8256.86
HexB4A36E09271D2d2039
Octal2642431560114735554071
Binary101101001010001111011100100110011111101101101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A36E; }

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

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

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

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

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

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

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

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