#B3B03E

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

Shades of Brass #B3B03E

Tints of Brass #B3B03E

Color information

#B3B03E (or 0xB3B03E) is unknown color: approx Brass. HEX triplet: B3, B0 and 3E. RGB value is (179,176,62). Sum of RGB (Red+Green+Blue) = 179+176+62=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3B03E is #4C4FC1. Grayscale: #A4A4A4. Windows color (decimal): -5001154 or 4108467. OLE color: 4108467.

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

Color convert

RGB17917662-
CMYK00.020.650.30
HSL58.46º48.55%47.25%-
HSV(B)58.46º65.36%70.2%-
XYZ34.9940.9810.62-
YUV163.970.49138.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.93%
GREEN value IS 176 (69.14% from 255) = 42.21%
BLUE value IS 62 (24.61% from 255) = 14.87%
R=42.93%
G=42.21%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791766200.020.650.3058.4648.5547.25
HexB3B03E02411E3a312f
Octal263260760210136726157
Binary1011001110110000111110010100000111110111010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B03E; }

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

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

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

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

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

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

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

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