#B0A436

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

Shades of Brass #B0A436

Tints of Brass #B0A436

Color information

#B0A436 (or 0xB0A436) is unknown color: approx Brass. HEX triplet: B0, A4 and 36. RGB value is (176,164,54). Sum of RGB (Red+Green+Blue) = 176+164+54=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 54 (21.48% from 255 or 13.71% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A436 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A436 is #4F5BC9. Grayscale: #9B9B9B. Windows color (decimal): -5200842 or 3581104. OLE color: 3581104.

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

Color convert

RGB17616454-
CMYK00.070.690.31
HSL54.1º53.04%45.1%-
HSV(B)54.1º69.32%69.02%-
XYZ31.8536.058.77-
YUV155.0570.98142.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.67%
GREEN value IS 164 (64.45% from 255) = 41.62%
BLUE value IS 54 (21.48% from 255) = 13.71%
R=44.67%
G=41.62%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761645400.070.690.3154.153.0445.1
HexB0A43607451F36352d
Octal260244660710537666555
Binary10110000101001001101100111100010111111110110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A436; }

 p { color: rgb(176,164,54); }

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

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

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

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

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

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

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