#B7AB70

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

Shades of Gimblet #B7AB70

Tints of Gimblet #B7AB70

Color information

#B7AB70 (or 0xB7AB70) is unknown color: approx Gimblet. HEX triplet: B7, AB and 70. RGB value is (183,171,112). Sum of RGB (Red+Green+Blue) = 183+171+112=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AB70 is #48548F. Grayscale: #A8A8A8. Windows color (decimal): -4740240 or 7383991. OLE color: 7383991.

HSL color Cylindrical-coordinate representation of color #B7AB70: hue angle of 49.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7AB70 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB183171112-
CMYK00.070.390.28
HSL49.86º33.02%57.84%-
HSV(B)49.86º38.8%71.76%-
XYZ37.0240.3621.17-
YUV167.8696.48138.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.27%
GREEN value IS 171 (67.19% from 255) = 36.70%
BLUE value IS 112 (44.14% from 255) = 24.03%
R=39.27%
G=36.70%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317111200.070.390.2849.8633.0257.84
HexB7AB7007271C32213a
Octal267253160074734624172
Binary10110111101010111110000011110011111100110010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AB70; }

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

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

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

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

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

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

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

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