#B0A74D

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

Shades of Brass #B0A74D

Tints of Brass #B0A74D

Color information

#B0A74D (or 0xB0A74D) is unknown color: approx Brass. HEX triplet: B0, A7 and 4D. RGB value is (176,167,77). Sum of RGB (Red+Green+Blue) = 176+167+77=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A74D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A74D is #4F58B2. Grayscale: #9F9F9F. Windows color (decimal): -5200051 or 5089200. OLE color: 5089200.

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

Color convert

RGB17616777-
CMYK00.050.560.31
HSL54.55º39.13%49.61%-
HSV(B)54.55º56.25%69.02%-
XYZ33.0637.412.5-
YUV159.4381.48139.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.90%
GREEN value IS 167 (65.62% from 255) = 39.76%
BLUE value IS 77 (30.47% from 255) = 18.33%
R=41.90%
G=39.76%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761677700.050.560.3154.5539.1349.61
HexB0A74D05381F372732
Octal260247115057037674762
Binary10110000101001111001101010111100011111110111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A74D; }

 p { color: rgb(176,167,77); }

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

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

 a { background-color: rgb(176,167,77); }

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

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

 span { border-color: rgb(176,167,77); }

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