#B0A638

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

Shades of Brass #B0A638

Tints of Brass #B0A638

Color information

#B0A638 (or 0xB0A638) is unknown color: approx Brass. HEX triplet: B0, A6 and 38. RGB value is (176,166,56). Sum of RGB (Red+Green+Blue) = 176+166+56=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 56 (22.27% from 255 or 14.07% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A638 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A638 is #4F59C7. Grayscale: #9C9C9C. Windows color (decimal): -5200328 or 3712688. OLE color: 3712688.

HSL color Cylindrical-coordinate representation of color #B0A638: hue angle of 55º 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 #B0A638 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB17616656-
CMYK00.060.680.31
HSL55º51.72%45.49%-
HSV(B)55º68.18%69.02%-
XYZ32.2536.799.14-
YUV156.4571.31141.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.22%
GREEN value IS 166 (65.23% from 255) = 41.71%
BLUE value IS 56 (22.27% from 255) = 14.07%
R=44.22%
G=41.71%
B=14.07%

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
Decimal1761665600.060.680.315551.7245.49
HexB0A63806441F37342d
Octal260246700610437676455
Binary10110000101001101110000110100010011111110111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A638; }

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

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

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

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

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

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

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

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