#B4A363

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

Shades of Gimblet #B4A363

Tints of Gimblet #B4A363

Color information

#B4A363 (or 0xB4A363) is unknown color: approx Gimblet. HEX triplet: B4, A3 and 63. RGB value is (180,163,99). Sum of RGB (Red+Green+Blue) = 180+163+99=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A363 is #4B5C9C. Grayscale: #A1A1A1. Windows color (decimal): -4938909 or 6529972. OLE color: 6529972.

HSL color Cylindrical-coordinate representation of color #B4A363: hue angle of 47.41º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4A363 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB18016399-
CMYK00.090.450.29
HSL47.41º35.06%54.71%-
HSV(B)47.41º45%70.59%-
XYZ34.1736.817.11-
YUV160.7993.13141.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.72%
GREEN value IS 163 (64.06% from 255) = 36.88%
BLUE value IS 99 (39.06% from 255) = 22.40%
R=40.72%
G=36.88%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801639900.090.450.2947.4135.0654.71
HexB4A363092D1D2f2337
Octal2642431430115535574367
Binary101101001010001111000110100110110111101101111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A363; }

 p { color: rgb(180,163,99); }

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

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

 a { background-color: rgb(180,163,99); }

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

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

 span { border-color: rgb(180,163,99); }

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