#B0B041

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

Shades of Brass #B0B041

Tints of Brass #B0B041

Color information

#B0B041 (or 0xB0B041) is unknown color: approx Brass. HEX triplet: B0, B0 and 41. RGB value is (176,176,65). Sum of RGB (Red+Green+Blue) = 176+176+65=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0B041 is #4F4FBE. Grayscale: #A3A3A3. Windows color (decimal): -5197759 or 4305072. OLE color: 4305072.

HSL color Cylindrical-coordinate representation of color #B0B041: hue angle of 60º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0B041 is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB17617665-
CMYK000.630.31
HSL60º46.06%47.25%-
HSV(B)60º63.07%69.02%-
XYZ34.3840.6611.04-
YUV163.3572.5137.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 176 (69.14% from 255) = 42.21%
BLUE value IS 65 (25.78% from 255) = 15.59%
R=42.21%
G=42.21%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617665000.630.316046.0647.25
HexB0B041003F1F3c2e2f
Octal260260101007737745657
Binary101100001011000010000010011111111111111100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B041; }

 p { color: rgb(176,176,65); }

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

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

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

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

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

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

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