#B0A84B

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

Shades of Brass #B0A84B

Tints of Brass #B0A84B

Color information

#B0A84B (or 0xB0A84B) is unknown color: approx Brass. HEX triplet: B0, A8 and 4B. RGB value is (176,168,75). Sum of RGB (Red+Green+Blue) = 176+168+75=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A84B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A84B is #4F57B4. Grayscale: #A0A0A0. Windows color (decimal): -5199797 or 4958384. OLE color: 4958384.

HSL color Cylindrical-coordinate representation of color #B0A84B: hue angle of 55.25º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0A84B is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB17616875-
CMYK00.050.570.31
HSL55.25º40.24%49.22%-
HSV(B)55.25º57.39%69.02%-
XYZ33.1837.7412.19-
YUV159.7980.15139.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 168 (66.02% from 255) = 40.10%
BLUE value IS 75 (29.69% from 255) = 17.90%
R=42.00%
G=40.10%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761687500.050.570.3155.2540.2449.22
HexB0A84B05391F372831
Octal260250113057137675061
Binary10110000101010001001011010111100111111110111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A84B; }

 p { color: rgb(176,168,75); }

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

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

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

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

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

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

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