#BEB246

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

Shades of Brass #BEB246

Tints of Brass #BEB246

Color information

#BEB246 (or 0xBEB246) is unknown color: approx Brass. HEX triplet: BE, B2 and 46. RGB value is (190,178,70). Sum of RGB (Red+Green+Blue) = 190+178+70=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB246 is #414DB9. Grayscale: #A9A9A9. Windows color (decimal): -4279738 or 4633278. OLE color: 4633278.

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

Color convert

RGB19017870-
CMYK00.060.630.25
HSL54º48%50.98%-
HSV(B)54º63.16%74.51%-
XYZ38.2643.2312.12-
YUV169.2871.98142.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 178 (69.92% from 255) = 40.64%
BLUE value IS 70 (27.73% from 255) = 15.98%
R=43.38%
G=40.64%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901787000.060.630.25544850.98
HexBEB246063F19363033
Octal276262106067731666063
Binary10111110101100101000110011011111111001110110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB246; }

 p { color: rgb(190,178,70); }

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

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

 a { background-color: rgb(190,178,70); }

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

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

 span { border-color: rgb(190,178,70); }

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