#B0A435

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

Shades of Brass #B0A435

Tints of Brass #B0A435

Color information

#B0A435 (or 0xB0A435) is unknown color: approx Brass. HEX triplet: B0, A4 and 35. RGB value is (176,164,53). Sum of RGB (Red+Green+Blue) = 176+164+53=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 53 (21.09% from 255 or 13.49% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A435 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A435 is #4F5BCA. Grayscale: #9B9B9B. Windows color (decimal): -5200843 or 3515568. OLE color: 3515568.

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

Color convert

RGB17616453-
CMYK00.070.700.31
HSL54.15º53.71%44.9%-
HSV(B)54.15º69.89%69.02%-
XYZ31.8236.048.65-
YUV154.9370.48143.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 164 (64.45% from 255) = 41.73%
BLUE value IS 53 (21.09% from 255) = 13.49%
R=44.78%
G=41.73%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761645300.070.700.3154.1553.7144.9
HexB0A43507461F36362d
Octal260244650710637666655
Binary10110000101001001101010111100011011111110110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A435; }

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

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

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

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

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

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

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

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