#B59393

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

Shades of Rosy Brown #B59393

Tints of Rosy Brown #B59393

Color information

#B59393 (or 0xB59393) is unknown color: approx Rosy Brown. HEX triplet: B5, 93 and 93. RGB value is (181,147,147). Sum of RGB (Red+Green+Blue) = 181+147+147=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 181 - color contains mainly: red. Hex color #B59393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59393 is #4A6C6C. Grayscale: #9D9D9D. Windows color (decimal): -4877421 or 9671605. OLE color: 9671605.

HSL color Cylindrical-coordinate representation of color #B59393: hue angle of 0º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B59393 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB181147147-
CMYK00.190.190.29
HSL18.68%64.31%-
HSV(B)18.78%70.98%-
XYZ34.7632.832.1-
YUV157.17122.26145-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.11%
GREEN value IS 147 (57.81% from 255) = 30.95%
BLUE value IS 147 (57.81% from 255) = 30.95%
R=38.11%
G=30.95%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114714700.190.190.29018.6864.31
HexB59393013131D01340
Octal2652232230232335023100
Binary10110101100100111001001101001110011111010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59393; }

 p { color: rgb(181,147,147); }

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

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

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

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

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

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

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