#BE9593

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

Shades of Rosy Brown #BE9593

Tints of Rosy Brown #BE9593

Color information

#BE9593 (or 0xBE9593) is unknown color: approx Rosy Brown. HEX triplet: BE, 95 and 93. RGB value is (190,149,147). Sum of RGB (Red+Green+Blue) = 190+149+147=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9593 is #416A6C. Grayscale: #A1A1A1. Windows color (decimal): -4287085 or 9672126. OLE color: 9672126.

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

Color convert

RGB190149147-
CMYK00.220.230.25
HSL2.79º24.86%66.08%-
HSV(B)2.79º22.63%74.51%-
XYZ37.2534.5532.31-
YUV161.03120.08148.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.09%
GREEN value IS 149 (58.59% from 255) = 30.66%
BLUE value IS 147 (57.81% from 255) = 30.25%
R=39.09%
G=30.66%
B=30.25%

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
Decimal19014914700.220.230.252.7924.8666.08
HexBE9593016171931942
Octal2762252230262731331102
Binary101111101001010110010011010110101111100111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9593; }

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

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

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

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

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

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

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

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