#B4AB65

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

Shades of Gimblet #B4AB65

Tints of Gimblet #B4AB65

Color information

#B4AB65 (or 0xB4AB65) is unknown color: approx Gimblet. HEX triplet: B4, AB and 65. RGB value is (180,171,101). Sum of RGB (Red+Green+Blue) = 180+171+101=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AB65 is #4B549A. Grayscale: #A6A6A6. Windows color (decimal): -4936859 or 6663092. OLE color: 6663092.

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

Color convert

RGB180171101-
CMYK00.050.440.29
HSL53.16º34.5%55.1%-
HSV(B)53.16º43.89%70.59%-
XYZ35.7339.7718.1-
YUV165.7191.48138.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 171 (67.19% from 255) = 37.83%
BLUE value IS 101 (39.84% from 255) = 22.35%
R=39.82%
G=37.83%
B=22.35%

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
Decimal18017110100.050.440.2953.1634.555.1
HexB4AB65052C1D352237
Octal264253145055435654267
Binary10110100101010111100101010110110011101110101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AB65; }

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

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

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

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

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

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

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

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