#B0A538

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

Shades of Brass #B0A538

Tints of Brass #B0A538

Color information

#B0A538 (or 0xB0A538) is unknown color: approx Brass. HEX triplet: B0, A5 and 38. RGB value is (176,165,56). Sum of RGB (Red+Green+Blue) = 176+165+56=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 56 (22.27% from 255 or 14.11% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A538 is #4F5AC7. Grayscale: #9C9C9C. Windows color (decimal): -5200584 or 3712432. OLE color: 3712432.

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

Color convert

RGB17616556-
CMYK00.060.680.31
HSL54.5º51.72%45.49%-
HSV(B)54.5º68.18%69.02%-
XYZ32.0736.439.08-
YUV155.8671.64142.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.33%
GREEN value IS 165 (64.84% from 255) = 41.56%
BLUE value IS 56 (22.27% from 255) = 14.11%
R=44.33%
G=41.56%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761655600.060.680.3154.551.7245.49
HexB0A53806441F36342d
Octal260245700610437666455
Binary10110000101001011110000110100010011111110110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A538; }

 p { color: rgb(176,165,56); }

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

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

 a { background-color: rgb(176,165,56); }

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

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

 span { border-color: rgb(176,165,56); }

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