#B4A46C

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

Shades of Gimblet #B4A46C

Tints of Gimblet #B4A46C

Color information

#B4A46C (or 0xB4A46C) is unknown color: approx Gimblet. HEX triplet: B4, A4 and 6C. RGB value is (180,164,108). Sum of RGB (Red+Green+Blue) = 180+164+108=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A46C is #4B5B93. Grayscale: #A2A2A2. Windows color (decimal): -4938644 or 7120052. OLE color: 7120052.

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

Color convert

RGB180164108-
CMYK00.090.400.29
HSL46.67º32.43%56.47%-
HSV(B)46.67º40%70.59%-
XYZ34.837.3419.56-
YUV162.497.3140.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 164 (64.45% from 255) = 36.28%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=39.82%
G=36.28%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016410800.090.400.2946.6732.4356.47
HexB4A46C09281D2f2038
Octal2642441540115035574070
Binary101101001010010011011000100110100011101101111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A46C; }

 p { color: rgb(180,164,108); }

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

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

 a { background-color: rgb(180,164,108); }

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

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

 span { border-color: rgb(180,164,108); }

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