#B58E8B

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

Shades of Rosy Brown #B58E8B

Tints of Rosy Brown #B58E8B

Color information

#B58E8B (or 0xB58E8B) is unknown color: approx Rosy Brown. HEX triplet: B5, 8E and 8B. RGB value is (181,142,139). Sum of RGB (Red+Green+Blue) = 181+142+139=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58E8B is #4A7174. Grayscale: #999999. Windows color (decimal): -4878709 or 9146037. OLE color: 9146037.

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

Color convert

RGB181142139-
CMYK00.220.230.29
HSL4.29º22.11%62.75%-
HSV(B)4.29º23.2%70.98%-
XYZ33.3931.0328.66-
YUV153.32119.92147.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.18%
GREEN value IS 142 (55.86% from 255) = 30.74%
BLUE value IS 139 (54.69% from 255) = 30.09%
R=39.18%
G=30.74%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114213900.220.230.294.2922.1162.75
HexB58E8B016171D4163f
Octal265216213026273542677
Binary101101011000111010001011010110101111110110010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58E8B; }

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

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

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

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

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

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

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

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