#B58F8E

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

Shades of Rosy Brown #B58F8E

Tints of Rosy Brown #B58F8E

Color information

#B58F8E (or 0xB58F8E) is unknown color: approx Rosy Brown. HEX triplet: B5, 8F and 8E. RGB value is (181,143,142). Sum of RGB (Red+Green+Blue) = 181+143+142=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58F8E is #4A7071. Grayscale: #9A9A9A. Windows color (decimal): -4878450 or 9342901. OLE color: 9342901.

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

Color convert

RGB181143142-
CMYK00.210.220.29
HSL1.54º20.86%63.33%-
HSV(B)1.54º21.55%70.98%-
XYZ33.7631.4229.88-
YUV154.25121.09147.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.84%
GREEN value IS 143 (56.25% from 255) = 30.69%
BLUE value IS 142 (55.86% from 255) = 30.47%
R=38.84%
G=30.69%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114314200.210.220.291.5420.8663.33
HexB58F8E015161D2153f
Octal265217216025263522577
Binary10110101100011111000111001010110110111011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58F8E; }

 p { color: rgb(181,143,142); }

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

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

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

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

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

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

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