#B58584

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

Shades of Rosy Brown #B58584

Tints of Rosy Brown #B58584

Color information

#B58584 (or 0xB58584) is unknown color: approx Rosy Brown. HEX triplet: B5, 85 and 84. RGB value is (181,133,132). Sum of RGB (Red+Green+Blue) = 181+133+132=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B58584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58584 is #4A7A7B. Grayscale: #939393. Windows color (decimal): -4881020 or 8684981. OLE color: 8684981.

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

Color convert

RGB181133132-
CMYK00.270.270.29
HSL1.22º24.87%61.37%-
HSV(B)1.22º27.07%70.98%-
XYZ31.6128.2625.62-
YUV147.24119.4152.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.58%
GREEN value IS 133 (52.34% from 255) = 29.82%
BLUE value IS 132 (51.95% from 255) = 29.60%
R=40.58%
G=29.82%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113313200.270.270.291.2224.8761.37
HexB5858401B1B1D1193d
Octal265205204033333513175
Binary1011010110000101100001000110111101111101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58584; }

 p { color: rgb(181,133,132); }

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

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

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

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

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

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

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