#B3B340

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

Shades of Brass #B3B340

Tints of Brass #B3B340

Color information

#B3B340 (or 0xB3B340) is unknown color: approx Brass. HEX triplet: B3, B3 and 40. RGB value is (179,179,64). Sum of RGB (Red+Green+Blue) = 179+179+64=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B340 is #4C4CBF. Grayscale: #A6A6A6. Windows color (decimal): -5000384 or 4240307. OLE color: 4240307.

HSL color Cylindrical-coordinate representation of color #B3B340: hue angle of 60º 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 #B3B340 is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB17917964-
CMYK000.640.30
HSL60º47.33%47.65%-
HSV(B)60º64.25%70.2%-
XYZ35.6442.1911.12-
YUV165.8970.5137.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.42%
GREEN value IS 179 (70.31% from 255) = 42.42%
BLUE value IS 64 (25.39% from 255) = 15.17%
R=42.42%
G=42.42%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917964000.640.306047.3347.65
HexB3B34000401E3c2f30
Octal2632631000010036745760
Binary1011001110110011100000000100000011110111100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B340; }

 p { color: rgb(179,179,64); }

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

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

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

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

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

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

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