#BE9591

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

Shades of Rosy Brown #BE9591

Tints of Rosy Brown #BE9591

Color information

#BE9591 (or 0xBE9591) is unknown color: approx Rosy Brown. HEX triplet: BE, 95 and 91. RGB value is (190,149,145). Sum of RGB (Red+Green+Blue) = 190+149+145=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9591 is #416A6E. Grayscale: #A0A0A0. Windows color (decimal): -4287087 or 9541054. OLE color: 9541054.

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

Color convert

RGB190149145-
CMYK00.220.240.25
HSL5.33º25.71%65.69%-
HSV(B)5.33º23.68%74.51%-
XYZ37.0934.4931.49-
YUV160.8119.08148.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 149 (58.59% from 255) = 30.79%
BLUE value IS 145 (57.03% from 255) = 29.96%
R=39.26%
G=30.79%
B=29.96%

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
Decimal19014914500.220.240.255.3325.7165.69
HexBE9591016181951a42
Octal2762252210263031532102
Binary1011111010010101100100010101101100011001101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9591; }

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

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

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

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

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

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

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

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