#B0B439

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

Shades of Brass #B0B439

Tints of Brass #B0B439

Color information

#B0B439 (or 0xB0B439) is unknown color: approx Brass. HEX triplet: B0, B4 and 39. RGB value is (176,180,57). Sum of RGB (Red+Green+Blue) = 176+180+57=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 57 (22.66% from 255 or 13.80% from 413); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B439 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B439 is #4F4BC6. Grayscale: #A5A5A5. Windows color (decimal): -5196743 or 3781808. OLE color: 3781808.

HSL color Cylindrical-coordinate representation of color #B0B439: hue angle of 61.95º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0B439 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB17618057-
CMYK0.0200.680.29
HSL61.95º51.9%46.47%-
HSV(B)61.95º68.33%70.59%-
XYZ34.9642.1710.17-
YUV164.7867.17136-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.62%
GREEN value IS 180 (70.70% from 255) = 43.58%
BLUE value IS 57 (22.66% from 255) = 13.80%
R=42.62%
G=43.58%
B=13.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176180570.0200.680.2961.9551.946.47
HexB0B43920441D3e342e
Octal260264712010435766456
Binary1011000010110100111001100100010011101111110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B439; }

 p { color: rgb(176,180,57); }

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

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

 a { background-color: rgb(176,180,57); }

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

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

 span { border-color: rgb(176,180,57); }

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