#BEAC44

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

Shades of Brass #BEAC44

Tints of Brass #BEAC44

Color information

#BEAC44 (or 0xBEAC44) is unknown color: approx Brass. HEX triplet: BE, AC and 44. RGB value is (190,172,68). Sum of RGB (Red+Green+Blue) = 190+172+68=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 68 (26.95% from 255 or 15.81% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAC44 is #4153BB. Grayscale: #A5A5A5. Windows color (decimal): -4281276 or 4500670. OLE color: 4500670.

HSL color Cylindrical-coordinate representation of color #BEAC44: hue angle of 51.15º 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 #BEAC44 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB19017268-
CMYK00.090.640.25
HSL51.15º48.41%50.59%-
HSV(B)51.15º64.21%74.51%-
XYZ37.0340.8711.41-
YUV165.5372.96145.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 172 (67.58% from 255) = 40%
BLUE value IS 68 (26.95% from 255) = 15.81%
R=44.19%
G=40%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901726800.090.640.2551.1548.4150.59
HexBEAC44094019333033
Octal27625410401110031636063
Binary1011111010101100100010001001100000011001110011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC44; }

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

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

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

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

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

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

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

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