#B49E43

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

Shades of Brass #B49E43

Tints of Brass #B49E43

Color information

#B49E43 (or 0xB49E43) is unknown color: approx Brass. HEX triplet: B4, 9E and 43. RGB value is (180,158,67). Sum of RGB (Red+Green+Blue) = 180+158+67=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 67 (26.56% from 255 or 16.54% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49E43 is #4B61BC. Grayscale: #9A9A9A. Windows color (decimal): -4940221 or 4431540. OLE color: 4431540.

HSL color Cylindrical-coordinate representation of color #B49E43: hue angle of 48.32º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B49E43 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB18015867-
CMYK00.120.630.29
HSL48.32º45.75%48.43%-
HSV(B)48.32º62.78%70.59%-
XYZ32.0634.5610.29-
YUV154.278.79146.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 158 (62.11% from 255) = 39.01%
BLUE value IS 67 (26.56% from 255) = 16.54%
R=44.44%
G=39.01%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801586700.120.630.2948.3245.7548.43
HexB49E430C3F1D302e30
Octal2642361030147735605660
Binary101101001001111010000110110011111111101110000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E43; }

 p { color: rgb(180,158,67); }

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

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

 a { background-color: rgb(180,158,67); }

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

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

 span { border-color: rgb(180,158,67); }

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