#B3A932

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

Shades of Brass #B3A932

Tints of Brass #B3A932

Color information

#B3A932 (or 0xB3A932) is unknown color: approx Brass. HEX triplet: B3, A9 and 32. RGB value is (179,169,50). Sum of RGB (Red+Green+Blue) = 179+169+50=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 169 (66.41% from 255 or 42.46% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A932 is #4C56CD. Grayscale: #9E9E9E. Windows color (decimal): -5002958 or 3320243. OLE color: 3320243.

HSL color Cylindrical-coordinate representation of color #B3A932: hue angle of 55.35º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B3A932 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB17916950-
CMYK00.060.720.30
HSL55.35º56.33%44.9%-
HSV(B)55.35º72.07%70.2%-
XYZ33.3538.198.63-
YUV158.4266.81142.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.97%
GREEN value IS 169 (66.41% from 255) = 42.46%
BLUE value IS 50 (19.92% from 255) = 12.56%
R=44.97%
G=42.46%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791695000.060.720.3055.3556.3344.9
HexB3A93206481E37382d
Octal263251620611036677055
Binary10110011101010011100100110100100011110110111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A932; }

 p { color: rgb(179,169,50); }

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

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

 a { background-color: rgb(179,169,50); }

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

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

 span { border-color: rgb(179,169,50); }

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