#BEAB44

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

Shades of Brass #BEAB44

Tints of Brass #BEAB44

Color information

#BEAB44 (or 0xBEAB44) is unknown color: approx Brass. HEX triplet: BE, AB and 44. RGB value is (190,171,68). Sum of RGB (Red+Green+Blue) = 190+171+68=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 68 (26.95% from 255 or 15.85% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAB44 is #4154BB. Grayscale: #A5A5A5. Windows color (decimal): -4281532 or 4500414. OLE color: 4500414.

HSL color Cylindrical-coordinate representation of color #BEAB44: hue angle of 50.66º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BEAB44 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB19017168-
CMYK00.100.640.25
HSL50.66º48.41%50.59%-
HSV(B)50.66º64.21%74.51%-
XYZ36.8440.4911.34-
YUV164.9473.29145.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 171 (67.19% from 255) = 39.86%
BLUE value IS 68 (26.95% from 255) = 15.85%
R=44.29%
G=39.86%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901716800.100.640.2550.6648.4150.59
HexBEAB440A4019333033
Octal27625310401210031636063
Binary1011111010101011100010001010100000011001110011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB44; }

 p { color: rgb(190,171,68); }

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

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

 a { background-color: rgb(190,171,68); }

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

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

 span { border-color: rgb(190,171,68); }

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