#B0B33E

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

Shades of Brass #B0B33E

Tints of Brass #B0B33E

Color information

#B0B33E (or 0xB0B33E) is unknown color: approx Brass. HEX triplet: B0, B3 and 3E. RGB value is (176,179,62). Sum of RGB (Red+Green+Blue) = 176+179+62=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B33E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B33E is #4F4CC1. Grayscale: #A5A5A5. Windows color (decimal): -5196994 or 4109232. OLE color: 4109232.

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

Color convert

RGB17617962-
CMYK0.0200.650.30
HSL61.54º48.55%47.25%-
HSV(B)61.54º65.36%70.2%-
XYZ34.8941.8210.79-
YUV164.7670.01136.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176179620.0200.650.3061.5448.5547.25
HexB0B33E20411E3e312f
Octal260263762010136766157
Binary1011000010110011111110100100000111110111110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B33E; }

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

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

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

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

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

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

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

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