#B4AB64

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

Shades of Gimblet #B4AB64

Tints of Gimblet #B4AB64

Color information

#B4AB64 (or 0xB4AB64) is unknown color: approx Gimblet. HEX triplet: B4, AB and 64. RGB value is (180,171,100). Sum of RGB (Red+Green+Blue) = 180+171+100=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AB64 is #4B549B. Grayscale: #A5A5A5. Windows color (decimal): -4936860 or 6597556. OLE color: 6597556.

HSL color Cylindrical-coordinate representation of color #B4AB64: hue angle of 53.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4AB64 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB180171100-
CMYK00.050.440.29
HSL53.25º34.78%54.9%-
HSV(B)53.25º44.44%70.59%-
XYZ35.6939.7517.85-
YUV165.690.98138.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 171 (67.19% from 255) = 37.92%
BLUE value IS 100 (39.45% from 255) = 22.17%
R=39.91%
G=37.92%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017110000.050.440.2953.2534.7854.9
HexB4AB64052C1D352337
Octal264253144055435654367
Binary10110100101010111100100010110110011101110101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AB64; }

 p { color: rgb(180,171,100); }

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

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

 a { background-color: rgb(180,171,100); }

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

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

 span { border-color: rgb(180,171,100); }

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