#b3b044

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

Shades of Brass #B3B044

Tints of Brass #B3B044

Color information

#B3B044 (or 0xB3B044) is unknown color: approx Brass. HEX triplet: B3, B0 and 44. RGB value is (179,176,68). Sum of RGB (Red+Green+Blue) = 179+176+68=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3B044 is #4C4FBB. Grayscale: #A5A5A5. Windows color (decimal): -5001148 or 4501683. OLE color: 4501683.

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

Color convert

RGB17917668-
CMYK00.020.620.30
HSL58.38º44.94%48.43%-
HSV(B)58.38º62.01%70.2%-
XYZ35.1641.0511.54-
YUV164.5873.49138.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.32%
GREEN value IS 176 (69.14% from 255) = 41.61%
BLUE value IS 68 (26.95% from 255) = 16.08%
R=42.32%
G=41.61%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791766800.020.620.3058.3844.9448.43
HexB3B044023E1E3a2d30
Octal263260104027636725560
Binary1011001110110000100010001011111011110111010101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3b044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3b044; }

 p { color: rgb(179,176,68); }

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

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

 a { background-color: rgb(179,176,68); }

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

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

 span { border-color: rgb(179,176,68); }

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