#B3A765

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

Shades of Gimblet #B3A765

Tints of Gimblet #B3A765

Color information

#B3A765 (or 0xB3A765) is unknown color: approx Gimblet. HEX triplet: B3, A7 and 65. RGB value is (179,167,101). Sum of RGB (Red+Green+Blue) = 179+167+101=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 167 (65.62% from 255 or 37.36% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A765 is #4C589A. Grayscale: #A3A3A3. Windows color (decimal): -5003419 or 6662067. OLE color: 6662067.

HSL color Cylindrical-coordinate representation of color #B3A765: hue angle of 50.77º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B3A765 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB179167101-
CMYK00.070.440.30
HSL50.77º33.91%54.9%-
HSV(B)50.77º43.58%70.2%-
XYZ34.7638.1617.85-
YUV163.0692.98139.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.04%
GREEN value IS 167 (65.62% from 255) = 37.36%
BLUE value IS 101 (39.84% from 255) = 22.60%
R=40.04%
G=37.36%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916710100.070.440.3050.7733.9154.9
HexB3A765072C1E332237
Octal263247145075436634267
Binary10110011101001111100101011110110011110110011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A765; }

 p { color: rgb(179,167,101); }

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

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

 a { background-color: rgb(179,167,101); }

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

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

 span { border-color: rgb(179,167,101); }

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