#BEAC43

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

Shades of Brass #BEAC43

Tints of Brass #BEAC43

Color information

#BEAC43 (or 0xBEAC43) is unknown color: approx Brass. HEX triplet: BE, AC and 43. RGB value is (190,172,67). Sum of RGB (Red+Green+Blue) = 190+172+67=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 67 (26.56% from 255 or 15.62% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAC43 is #4153BC. Grayscale: #A5A5A5. Windows color (decimal): -4281277 or 4435134. OLE color: 4435134.

HSL color Cylindrical-coordinate representation of color #BEAC43: hue angle of 51.22º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BEAC43 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB19017267-
CMYK00.090.650.25
HSL51.22º48.62%50.39%-
HSV(B)51.22º64.74%74.51%-
XYZ3740.8611.25-
YUV165.4172.46145.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 172 (67.58% from 255) = 40.09%
BLUE value IS 67 (26.56% from 255) = 15.62%
R=44.29%
G=40.09%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901726700.090.650.2551.2248.6250.39
HexBEAC43094119333132
Octal27625410301110131636162
Binary1011111010101100100001101001100000111001110011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC43; }

 p { color: rgb(190,172,67); }

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

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

 a { background-color: rgb(190,172,67); }

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

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

 span { border-color: rgb(190,172,67); }

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