#B3A541

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

Shades of Brass #B3A541

Tints of Brass #B3A541

Color information

#B3A541 (or 0xB3A541) is unknown color: approx Brass. HEX triplet: B3, A5 and 41. RGB value is (179,165,65). Sum of RGB (Red+Green+Blue) = 179+165+65=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A541 is #4C5ABE. Grayscale: #9E9E9E. Windows color (decimal): -5003967 or 4302259. OLE color: 4302259.

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

Color convert

RGB17916565-
CMYK00.080.640.30
HSL52.63º46.72%47.84%-
HSV(B)52.63º63.69%70.2%-
XYZ3336.8810.38-
YUV157.7975.64143.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.77%
GREEN value IS 165 (64.84% from 255) = 40.34%
BLUE value IS 65 (25.78% from 255) = 15.89%
R=43.77%
G=40.34%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791656500.080.640.3052.6346.7247.84
HexB3A54108401E352f30
Octal26324510101010036655760
Binary1011001110100101100000101000100000011110110101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A541; }

 p { color: rgb(179,165,65); }

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

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

 a { background-color: rgb(179,165,65); }

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

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

 span { border-color: rgb(179,165,65); }

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