#BEAB36

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

Shades of Brass #BEAB36

Tints of Brass #BEAB36

Color information

#BEAB36 (or 0xBEAB36) is unknown color: approx Brass. HEX triplet: BE, AB and 36. RGB value is (190,171,54). Sum of RGB (Red+Green+Blue) = 190+171+54=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 54 (21.48% from 255 or 13.01% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAB36 is #4154C9. Grayscale: #A3A3A3. Windows color (decimal): -4281546 or 3582910. OLE color: 3582910.

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

Color convert

RGB19017154-
CMYK00.100.720.25
HSL51.62º55.74%47.84%-
HSV(B)51.62º71.58%74.51%-
XYZ36.4640.349.35-
YUV163.3466.29147.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 171 (67.19% from 255) = 41.20%
BLUE value IS 54 (21.48% from 255) = 13.01%
R=45.78%
G=41.20%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901715400.100.720.2551.6255.7447.84
HexBEAB360A4819343830
Octal2762536601211031647060
Binary101111101010101111011001010100100011001110100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB36; }

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

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

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

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

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

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

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

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