#BE9491

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

Shades of Rosy Brown #BE9491

Tints of Rosy Brown #BE9491

Color information

#BE9491 (or 0xBE9491) is unknown color: approx Rosy Brown. HEX triplet: BE, 94 and 91. RGB value is (190,148,145). Sum of RGB (Red+Green+Blue) = 190+148+145=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9491 is #416B6E. Grayscale: #A0A0A0. Windows color (decimal): -4287343 or 9540798. OLE color: 9540798.

HSL color Cylindrical-coordinate representation of color #BE9491: hue angle of 4º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BE9491 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB190148145-
CMYK00.220.240.25
HSL25.71%65.69%-
HSV(B)23.68%74.51%-
XYZ36.9434.1731.44-
YUV160.22119.41149.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 148 (58.20% from 255) = 30.64%
BLUE value IS 145 (57.03% from 255) = 30.02%
R=39.34%
G=30.64%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014814500.220.240.25425.7165.69
HexBE9491016181941a42
Octal2762242210263031432102
Binary1011111010010100100100010101101100011001100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9491; }

 p { color: rgb(190,148,145); }

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

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

 a { background-color: rgb(190,148,145); }

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

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

 span { border-color: rgb(190,148,145); }

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