#B38585

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

Shades of Rosy Brown #B38585

Tints of Rosy Brown #B38585

Color information

#B38585 (or 0xB38585) is unknown color: approx Rosy Brown. HEX triplet: B3, 85 and 85. RGB value is (179,133,133). Sum of RGB (Red+Green+Blue) = 179+133+133=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B38585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38585 is #4C7A7A. Grayscale: #929292. Windows color (decimal): -5012091 or 8750515. OLE color: 8750515.

HSL color Cylindrical-coordinate representation of color #B38585: hue angle of 0º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B38585 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB179133133-
CMYK00.260.260.30
HSL23.23%61.18%-
HSV(B)25.7%70.2%-
XYZ31.2128.0525.96-
YUV146.75120.24151-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.22%
GREEN value IS 133 (52.34% from 255) = 29.89%
BLUE value IS 133 (52.34% from 255) = 29.89%
R=40.22%
G=29.89%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913313300.260.260.30023.2361.18
HexB3858501A1A1E0173d
Octal263205205032323602775
Binary1011001110000101100001010110101101011110010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38585; }

 p { color: rgb(179,133,133); }

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

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

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

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

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

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

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