#BE9590

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

Shades of Rosy Brown #BE9590

Tints of Rosy Brown #BE9590

Color information

#BE9590 (or 0xBE9590) is unknown color: approx Rosy Brown. HEX triplet: BE, 95 and 90. RGB value is (190,149,144). Sum of RGB (Red+Green+Blue) = 190+149+144=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9590 is #416A6F. Grayscale: #A0A0A0. Windows color (decimal): -4287088 or 9475518. OLE color: 9475518.

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

Color convert

RGB190149144-
CMYK00.220.240.25
HSL6.52º26.14%65.49%-
HSV(B)6.52º24.21%74.51%-
XYZ37.0234.4631.09-
YUV160.69118.58148.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 149 (58.59% from 255) = 30.85%
BLUE value IS 144 (56.64% from 255) = 29.81%
R=39.34%
G=30.85%
B=29.81%

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
Decimal19014914400.220.240.256.5226.1465.49
HexBE9590016181971a41
Octal2762252200263031732101
Binary1011111010010101100100000101101100011001111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9590; }

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

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

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

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

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

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

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

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