#B29D36

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

Shades of Brass #B29D36

Tints of Brass #B29D36

Color information

#B29D36 (or 0xB29D36) is unknown color: approx Brass. HEX triplet: B2, 9D and 36. RGB value is (178,157,54). Sum of RGB (Red+Green+Blue) = 178+157+54=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 54 (21.48% from 255 or 13.88% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29D36 is #4D62C9. Grayscale: #979797. Windows color (decimal): -5071562 or 3579314. OLE color: 3579314.

HSL color Cylindrical-coordinate representation of color #B29D36: hue angle of 49.84º 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 #B29D36 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB17815754-
CMYK00.120.700.30
HSL49.84º53.45%45.49%-
HSV(B)49.84º69.66%69.8%-
XYZ31.0833.858.38-
YUV151.5472.96146.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.76%
GREEN value IS 157 (61.72% from 255) = 40.36%
BLUE value IS 54 (21.48% from 255) = 13.88%
R=45.76%
G=40.36%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781575400.120.700.3049.8453.4545.49
HexB29D360C461E32352d
Octal2622356601410636626555
Binary101100101001110111011001100100011011110110010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29D36; }

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

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

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

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

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

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

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

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