#B4A66C

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

Shades of Gimblet #B4A66C

Tints of Gimblet #B4A66C

Color information

#B4A66C (or 0xB4A66C) is unknown color: approx Gimblet. HEX triplet: B4, A6 and 6C. RGB value is (180,166,108). Sum of RGB (Red+Green+Blue) = 180+166+108=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A66C is #4B5993. Grayscale: #A3A3A3. Windows color (decimal): -4938132 or 7120564. OLE color: 7120564.

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

Color convert

RGB180166108-
CMYK00.080.400.29
HSL48.33º32.43%56.47%-
HSV(B)48.33º40%70.59%-
XYZ35.1738.0619.68-
YUV163.5796.64139.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.65%
GREEN value IS 166 (65.23% from 255) = 36.56%
BLUE value IS 108 (42.58% from 255) = 23.79%
R=39.65%
G=36.56%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016610800.080.400.2948.3332.4356.47
HexB4A66C08281D302038
Octal2642461540105035604070
Binary101101001010011011011000100010100011101110000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A66C; }

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

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

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

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

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

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

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

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