#BE9493

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

Shades of Rosy Brown #BE9493

Tints of Rosy Brown #BE9493

Color information

#BE9493 (or 0xBE9493) is unknown color: approx Rosy Brown. HEX triplet: BE, 94 and 93. RGB value is (190,148,147). Sum of RGB (Red+Green+Blue) = 190+148+147=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9493 is #416B6C. Grayscale: #A0A0A0. Windows color (decimal): -4287341 or 9671870. OLE color: 9671870.

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

Color convert

RGB190148147-
CMYK00.220.230.25
HSL1.4º24.86%66.08%-
HSV(B)1.4º22.63%74.51%-
XYZ37.0934.2332.26-
YUV160.44120.41149.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 148 (58.20% from 255) = 30.52%
BLUE value IS 147 (57.81% from 255) = 30.31%
R=39.18%
G=30.52%
B=30.31%

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
Decimal19014814700.220.230.251.424.8666.08
HexBE9493016171911942
Octal2762242230262731131102
Binary10111110100101001001001101011010111110011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9493; }

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

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

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

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

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

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

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

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