#b0b042

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

Shades of Brass #B0B042

Tints of Brass #B0B042

Color information

#B0B042 (or 0xB0B042) is unknown color: approx Brass. HEX triplet: B0, B0 and 42. RGB value is (176,176,66). Sum of RGB (Red+Green+Blue) = 176+176+66=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 66 (26.17% from 255 or 15.79% from 418); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0B042 is #4F4FBD. Grayscale: #A3A3A3. Windows color (decimal): -5197758 or 4370608. OLE color: 4370608.

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

Color convert

RGB17617666-
CMYK000.620.31
HSL60º45.45%47.45%-
HSV(B)60º62.5%69.02%-
XYZ34.4140.6711.19-
YUV163.4673136.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 176 (69.14% from 255) = 42.11%
BLUE value IS 66 (26.17% from 255) = 15.79%
R=42.11%
G=42.11%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617666000.620.316045.4547.45
HexB0B042003E1F3c2d2f
Octal260260102007637745557
Binary101100001011000010000100011111011111111100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0b042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0b042; }

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

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

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

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

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

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

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

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