#B58786

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

Shades of Rosy Brown #B58786

Tints of Rosy Brown #B58786

Color information

#B58786 (or 0xB58786) is unknown color: approx Rosy Brown. HEX triplet: B5, 87 and 86. RGB value is (181,135,134). Sum of RGB (Red+Green+Blue) = 181+135+134=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B58786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58786 is #4A7879. Grayscale: #949494. Windows color (decimal): -4880506 or 8816565. OLE color: 8816565.

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

Color convert

RGB181135134-
CMYK00.250.260.29
HSL1.28º24.1%61.76%-
HSV(B)1.28º25.97%70.98%-
XYZ32.0228.8726.44-
YUV148.64119.74151.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 135 (53.12% from 255) = 30%
BLUE value IS 134 (52.73% from 255) = 29.78%
R=40.22%
G=30%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113513400.250.260.291.2824.161.76
HexB587860191A1D1183e
Octal265207206031323513076
Binary1011010110000111100001100110011101011101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58786; }

 p { color: rgb(181,135,134); }

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

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

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

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

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

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

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