#B0A43B

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

Shades of Brass #B0A43B

Tints of Brass #B0A43B

Color information

#B0A43B (or 0xB0A43B) is unknown color: approx Brass. HEX triplet: B0, A4 and 3B. RGB value is (176,164,59). Sum of RGB (Red+Green+Blue) = 176+164+59=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A43B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A43B is #4F5BC4. Grayscale: #9C9C9C. Windows color (decimal): -5200837 or 3908784. OLE color: 3908784.

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

Color convert

RGB17616459-
CMYK00.070.660.31
HSL53.85º49.79%46.08%-
HSV(B)53.85º66.48%69.02%-
XYZ31.9736.19.42-
YUV155.6273.48142.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.11%
GREEN value IS 164 (64.45% from 255) = 41.10%
BLUE value IS 59 (23.44% from 255) = 14.79%
R=44.11%
G=41.10%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761645900.070.660.3153.8549.7946.08
HexB0A43B07421F36322e
Octal260244730710237666256
Binary10110000101001001110110111100001011111110110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A43B; }

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

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

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

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

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

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

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

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