#B29F36

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

Shades of Brass #B29F36

Tints of Brass #B29F36

Color information

#B29F36 (or 0xB29F36) is unknown color: approx Brass. HEX triplet: B2, 9F and 36. RGB value is (178,159,54). Sum of RGB (Red+Green+Blue) = 178+159+54=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 54 (21.48% from 255 or 13.81% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29F36 is #4D60C9. Grayscale: #999999. Windows color (decimal): -5071050 or 3579826. OLE color: 3579826.

HSL color Cylindrical-coordinate representation of color #B29F36: hue angle of 50.81º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B29F36 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB17815954-
CMYK00.110.700.30
HSL50.81º53.45%45.49%-
HSV(B)50.81º69.66%69.8%-
XYZ31.4234.538.5-
YUV152.7172.29146.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.52%
GREEN value IS 159 (62.5% from 255) = 40.66%
BLUE value IS 54 (21.48% from 255) = 13.81%
R=45.52%
G=40.66%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781595400.110.700.3050.8153.4545.49
HexB29F360B461E33352d
Octal2622376601310636636555
Binary101100101001111111011001011100011011110110011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29F36; }

 p { color: rgb(178,159,54); }

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

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

 a { background-color: rgb(178,159,54); }

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

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

 span { border-color: rgb(178,159,54); }

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