#B29F3E

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

Shades of Brass #B29F3E

Tints of Brass #B29F3E

Color information

#B29F3E (or 0xB29F3E) is unknown color: approx Brass. HEX triplet: B2, 9F and 3E. RGB value is (178,159,62). Sum of RGB (Red+Green+Blue) = 178+159+62=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 62 (24.61% from 255 or 15.54% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29F3E is #4D60C1. Grayscale: #9A9A9A. Windows color (decimal): -5071042 or 4104114. OLE color: 4104114.

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

Color convert

RGB17815962-
CMYK00.110.650.30
HSL50.17º48.33%47.06%-
HSV(B)50.17º65.17%69.8%-
XYZ31.6334.619.57-
YUV153.6276.29145.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.61%
GREEN value IS 159 (62.5% from 255) = 39.85%
BLUE value IS 62 (24.61% from 255) = 15.54%
R=44.61%
G=39.85%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781596200.110.650.3050.1748.3347.06
HexB29F3E0B411E32302f
Octal2622377601310136626057
Binary101100101001111111111001011100000111110110010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29F3E; }

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

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

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

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

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

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

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

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