#B29D3D

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

Shades of Brass #B29D3D

Tints of Brass #B29D3D

Color information

#B29D3D (or 0xB29D3D) is unknown color: approx Brass. HEX triplet: B2, 9D and 3D. RGB value is (178,157,61). Sum of RGB (Red+Green+Blue) = 178+157+61=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29D3D is #4D62C2. Grayscale: #989898. Windows color (decimal): -5071555 or 4038066. OLE color: 4038066.

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

Color convert

RGB17815761-
CMYK00.120.660.30
HSL49.23º48.95%46.86%-
HSV(B)49.23º65.73%69.8%-
XYZ31.2633.929.31-
YUV152.3476.46146.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.95%
GREEN value IS 157 (61.72% from 255) = 39.65%
BLUE value IS 61 (24.22% from 255) = 15.40%
R=44.95%
G=39.65%
B=15.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781576100.120.660.3049.2348.9546.86
HexB29D3D0C421E31312f
Octal2622357501410236616157
Binary101100101001110111110101100100001011110110001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29D3D; }

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

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

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

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

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

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

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

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