#B0B33C

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

Shades of Brass #B0B33C

Tints of Brass #B0B33C

Color information

#B0B33C (or 0xB0B33C) is unknown color: approx Brass. HEX triplet: B0, B3 and 3C. RGB value is (176,179,60). Sum of RGB (Red+Green+Blue) = 176+179+60=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B33C is #4F4CC3. Grayscale: #A5A5A5. Windows color (decimal): -5196996 or 3978160. OLE color: 3978160.

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

Color convert

RGB17617960-
CMYK0.0200.660.30
HSL61.51º49.79%46.86%-
HSV(B)61.51º66.48%70.2%-
XYZ34.8441.810.51-
YUV164.5469.01136.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 179 (70.31% from 255) = 43.13%
BLUE value IS 60 (23.83% from 255) = 14.46%
R=42.41%
G=43.13%
B=14.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176179600.0200.660.3061.5149.7946.86
HexB0B33C20421E3e322f
Octal260263742010236766257
Binary1011000010110011111100100100001011110111110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B33C; }

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

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

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

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

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

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

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

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