#BEA833

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

Shades of Brass #BEA833

Tints of Brass #BEA833

Color information

#BEA833 (or 0xBEA833) is unknown color: approx Brass. HEX triplet: BE, A8 and 33. RGB value is (190,168,51). Sum of RGB (Red+Green+Blue) = 190+168+51=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 51 (20.31% from 255 or 12.47% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA833 is #4157CC. Grayscale: #A1A1A1. Windows color (decimal): -4282317 or 3385534. OLE color: 3385534.

HSL color Cylindrical-coordinate representation of color #BEA833: hue angle of 50.5º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BEA833 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB19016851-
CMYK00.120.730.25
HSL50.5º57.68%47.25%-
HSV(B)50.5º73.16%74.51%-
XYZ35.8439.198.81-
YUV161.2465.79148.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.45%
GREEN value IS 168 (66.02% from 255) = 41.08%
BLUE value IS 51 (20.31% from 255) = 12.47%
R=46.45%
G=41.08%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901685100.120.730.2550.557.6847.25
HexBEA8330C4919333a2f
Octal2762506301411131637257
Binary101111101010100011001101100100100111001110011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA833; }

 p { color: rgb(190,168,51); }

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

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

 a { background-color: rgb(190,168,51); }

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

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

 span { border-color: rgb(190,168,51); }

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