#B4AB66

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

Shades of Gimblet #B4AB66

Tints of Gimblet #B4AB66

Color information

#B4AB66 (or 0xB4AB66) is unknown color: approx Gimblet. HEX triplet: B4, AB and 66. RGB value is (180,171,102). Sum of RGB (Red+Green+Blue) = 180+171+102=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AB66 is #4B5499. Grayscale: #A6A6A6. Windows color (decimal): -4936858 or 6728628. OLE color: 6728628.

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

Color convert

RGB180171102-
CMYK00.050.430.29
HSL53.08º34.21%55.29%-
HSV(B)53.08º43.33%70.59%-
XYZ35.7839.7918.36-
YUV165.8291.98138.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 171 (67.19% from 255) = 37.75%
BLUE value IS 102 (40.23% from 255) = 22.52%
R=39.74%
G=37.75%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017110200.050.430.2953.0834.2155.29
HexB4AB66052B1D352237
Octal264253146055335654267
Binary10110100101010111100110010110101111101110101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AB66; }

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

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

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

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

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

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

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

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