#B4A668

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

Shades of Gimblet #B4A668

Tints of Gimblet #B4A668

Color information

#B4A668 (or 0xB4A668) is unknown color: approx Gimblet. HEX triplet: B4, A6 and 68. RGB value is (180,166,104). Sum of RGB (Red+Green+Blue) = 180+166+104=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A668 is #4B5997. Grayscale: #A3A3A3. Windows color (decimal): -4938136 or 6858420. OLE color: 6858420.

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

Color convert

RGB180166104-
CMYK00.080.420.29
HSL48.95º33.63%55.69%-
HSV(B)48.95º42.22%70.59%-
XYZ34.9637.9818.58-
YUV163.1294.64140.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 166 (65.23% from 255) = 36.89%
BLUE value IS 104 (41.02% from 255) = 23.11%
R=40%
G=36.89%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016610400.080.420.2948.9533.6355.69
HexB4A668082A1D312238
Octal2642461500105235614270
Binary101101001010011011010000100010101011101110001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A668; }

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

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

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

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

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

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

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

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