#B0A83F

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

Shades of Brass #B0A83F

Tints of Brass #B0A83F

Color information

#B0A83F (or 0xB0A83F) is unknown color: approx Brass. HEX triplet: B0, A8 and 3F. RGB value is (176,168,63). Sum of RGB (Red+Green+Blue) = 176+168+63=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 63 (25% from 255 or 15.48% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A83F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A83F is #4F57C0. Grayscale: #9E9E9E. Windows color (decimal): -5199809 or 4171952. OLE color: 4171952.

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

Color convert

RGB17616863-
CMYK00.050.640.31
HSL55.75º47.28%46.86%-
HSV(B)55.75º64.2%69.02%-
XYZ32.837.5910.23-
YUV158.4274.15140.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.24%
GREEN value IS 168 (66.02% from 255) = 41.28%
BLUE value IS 63 (25% from 255) = 15.48%
R=43.24%
G=41.28%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761686300.050.640.3155.7547.2846.86
HexB0A83F05401F382f2f
Octal260250770510037705757
Binary10110000101010001111110101100000011111111000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A83F; }

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

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

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

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

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

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

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

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