#B4AB63

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

Shades of Gimblet #B4AB63

Tints of Gimblet #B4AB63

Color information

#B4AB63 (or 0xB4AB63) is unknown color: approx Gimblet. HEX triplet: B4, AB and 63. RGB value is (180,171,99). Sum of RGB (Red+Green+Blue) = 180+171+99=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AB63 is #4B549C. Grayscale: #A5A5A5. Windows color (decimal): -4936861 or 6532020. OLE color: 6532020.

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

Color convert

RGB18017199-
CMYK00.050.450.29
HSL53.33º35.06%54.71%-
HSV(B)53.33º45%70.59%-
XYZ35.6439.7317.59-
YUV165.4890.48138.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 171 (67.19% from 255) = 38%
BLUE value IS 99 (39.06% from 255) = 22%
R=40%
G=38%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801719900.050.450.2953.3335.0654.71
HexB4AB63052D1D352337
Octal264253143055535654367
Binary10110100101010111100011010110110111101110101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AB63; }

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

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

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

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

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

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

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

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