#B7AB63

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

Shades of Gimblet #B7AB63

Tints of Gimblet #B7AB63

Color information

#B7AB63 (or 0xB7AB63) is unknown color: approx Gimblet. HEX triplet: B7, AB and 63. RGB value is (183,171,99). Sum of RGB (Red+Green+Blue) = 183+171+99=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AB63 is #48549C. Grayscale: #A6A6A6. Windows color (decimal): -4740253 or 6532023. OLE color: 6532023.

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

Color convert

RGB18317199-
CMYK00.070.460.28
HSL51.43º36.84%55.29%-
HSV(B)51.43º45.9%71.76%-
XYZ36.3440.0917.63-
YUV166.3889.98139.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.40%
GREEN value IS 171 (67.19% from 255) = 37.75%
BLUE value IS 99 (39.06% from 255) = 21.85%
R=40.40%
G=37.75%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831719900.070.460.2851.4336.8455.29
HexB7AB63072E1C332537
Octal267253143075634634567
Binary10110111101010111100011011110111011100110011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AB63; }

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

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

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

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

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

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

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

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