#B5AB70

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

Shades of Gimblet #B5AB70

Tints of Gimblet #B5AB70

Color information

#B5AB70 (or 0xB5AB70) is unknown color: approx Gimblet. HEX triplet: B5, AB and 70. RGB value is (181,171,112). Sum of RGB (Red+Green+Blue) = 181+171+112=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AB70 is #4A548F. Grayscale: #A7A7A7. Windows color (decimal): -4871312 or 7383989. OLE color: 7383989.

HSL color Cylindrical-coordinate representation of color #B5AB70: hue angle of 51.3º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5AB70 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB181171112-
CMYK00.060.380.29
HSL51.3º31.8%57.45%-
HSV(B)51.3º38.12%70.98%-
XYZ36.5440.1221.15-
YUV167.2696.81137.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.01%
GREEN value IS 171 (67.19% from 255) = 36.85%
BLUE value IS 112 (44.14% from 255) = 24.14%
R=39.01%
G=36.85%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117111200.060.380.2951.331.857.45
HexB5AB7006261D332039
Octal265253160064635634071
Binary10110101101010111110000011010011011101110011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AB70; }

 p { color: rgb(181,171,112); }

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

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

 a { background-color: rgb(181,171,112); }

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

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

 span { border-color: rgb(181,171,112); }

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