#BE9390

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

Shades of Rosy Brown #BE9390

Tints of Rosy Brown #BE9390

Color information

#BE9390 (or 0xBE9390) is unknown color: approx Rosy Brown. HEX triplet: BE, 93 and 90. RGB value is (190,147,144). Sum of RGB (Red+Green+Blue) = 190+147+144=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9390 is #416C6F. Grayscale: #9F9F9F. Windows color (decimal): -4287600 or 9475006. OLE color: 9475006.

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

Color convert

RGB190147144-
CMYK00.230.240.25
HSL3.91º26.14%65.49%-
HSV(B)3.91º24.21%74.51%-
XYZ36.733.8330.98-
YUV159.51119.25149.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 147 (57.81% from 255) = 30.56%
BLUE value IS 144 (56.64% from 255) = 29.94%
R=39.50%
G=30.56%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014714400.230.240.253.9126.1465.49
HexBE9390017181941a41
Octal2762232200273031432101
Binary1011111010010011100100000101111100011001100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9390; }

 p { color: rgb(190,147,144); }

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

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

 a { background-color: rgb(190,147,144); }

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

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

 span { border-color: rgb(190,147,144); }

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