#B3B43F

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

Shades of Brass #B3B43F

Tints of Brass #B3B43F

Color information

#B3B43F (or 0xB3B43F) is unknown color: approx Brass. HEX triplet: B3, B4 and 3F. RGB value is (179,180,63). Sum of RGB (Red+Green+Blue) = 179+180+63=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 63 (25% from 255 or 14.93% from 422); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B43F is #4C4BC0. Grayscale: #A6A6A6. Windows color (decimal): -5000129 or 4175027. OLE color: 4175027.

HSL color Cylindrical-coordinate representation of color #B3B43F: hue angle of 60.51º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3B43F is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB17918063-
CMYK0.0100.650.29
HSL60.51º48.15%47.65%-
HSV(B)60.51º65%70.59%-
XYZ35.8142.5911.04-
YUV166.3669.67137.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.42%
GREEN value IS 180 (70.70% from 255) = 42.65%
BLUE value IS 63 (25% from 255) = 14.93%
R=42.42%
G=42.65%
B=14.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179180630.0100.650.2960.5148.1547.65
HexB3B43F10411D3d3030
Octal263264771010135756060
Binary101100111011010011111110100000111101111101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B43F; }

 p { color: rgb(179,180,63); }

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

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

 a { background-color: rgb(179,180,63); }

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

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

 span { border-color: rgb(179,180,63); }

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