#B3A361

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

Shades of Gimblet #B3A361

Tints of Gimblet #B3A361

Color information

#B3A361 (or 0xB3A361) is unknown color: approx Gimblet. HEX triplet: B3, A3 and 61. RGB value is (179,163,97). Sum of RGB (Red+Green+Blue) = 179+163+97=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A361 is #4C5C9E. Grayscale: #A0A0A0. Windows color (decimal): -5004447 or 6398899. OLE color: 6398899.

HSL color Cylindrical-coordinate representation of color #B3A361: hue angle of 48.29º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B3A361 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB17916397-
CMYK00.090.460.30
HSL48.29º35.04%54.12%-
HSV(B)48.29º45.81%70.2%-
XYZ33.8536.6416.6-
YUV160.2692.3141.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.77%
GREEN value IS 163 (64.06% from 255) = 37.13%
BLUE value IS 97 (38.28% from 255) = 22.10%
R=40.77%
G=37.13%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791639700.090.460.3048.2935.0454.12
HexB3A361092E1E302336
Octal2632431410115636604366
Binary101100111010001111000010100110111011110110000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A361; }

 p { color: rgb(179,163,97); }

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

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

 a { background-color: rgb(179,163,97); }

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

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

 span { border-color: rgb(179,163,97); }

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