#b3a63b

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

Shades of Brass #B3A63B

Tints of Brass #B3A63B

Color information

#B3A63B (or 0xB3A63B) is unknown color: approx Brass. HEX triplet: B3, A6 and 3B. RGB value is (179,166,59). Sum of RGB (Red+Green+Blue) = 179+166+59=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 59 (23.44% from 255 or 14.60% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A63B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A63B is #4C59C4. Grayscale: #9E9E9E. Windows color (decimal): -5003717 or 3909299. OLE color: 3909299.

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

Color convert

RGB17916659-
CMYK00.070.670.30
HSL53.5º50.42%46.67%-
HSV(B)53.5º67.04%70.2%-
XYZ33.0237.179.57-
YUV157.6972.31143.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.31%
GREEN value IS 166 (65.23% from 255) = 41.09%
BLUE value IS 59 (23.44% from 255) = 14.60%
R=44.31%
G=41.09%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791665900.070.670.3053.550.4246.67
HexB3A63B07431E36322f
Octal263246730710336666257
Binary10110011101001101110110111100001111110110110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3a63b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3a63b; }

 p { color: rgb(179,166,59); }

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

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

 a { background-color: rgb(179,166,59); }

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

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

 span { border-color: rgb(179,166,59); }

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