#BE9592

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

Shades of Rosy Brown #BE9592

Tints of Rosy Brown #BE9592

Color information

#BE9592 (or 0xBE9592) is unknown color: approx Rosy Brown. HEX triplet: BE, 95 and 92. RGB value is (190,149,146). Sum of RGB (Red+Green+Blue) = 190+149+146=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9592 is #416A6D. Grayscale: #A0A0A0. Windows color (decimal): -4287086 or 9606590. OLE color: 9606590.

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

Color convert

RGB190149146-
CMYK00.220.230.25
HSL4.09º25.29%65.88%-
HSV(B)4.09º23.16%74.51%-
XYZ37.1734.5231.9-
YUV160.92119.58148.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 149 (58.59% from 255) = 30.72%
BLUE value IS 146 (57.42% from 255) = 30.10%
R=39.18%
G=30.72%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014914600.220.230.254.0925.2965.88
HexBE9592016171941942
Octal2762252220262731431102
Binary1011111010010101100100100101101011111001100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9592; }

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

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

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

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

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

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

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

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