#B08585

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

Shades of Rosy Brown #B08585

Tints of Rosy Brown #B08585

Color information

#B08585 (or 0xB08585) is unknown color: approx Rosy Brown. HEX triplet: B0, 85 and 85. RGB value is (176,133,133). Sum of RGB (Red+Green+Blue) = 176+133+133=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B08585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08585 is #4F7A7A. Grayscale: #919191. Windows color (decimal): -5208699 or 8750512. OLE color: 8750512.

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

Color convert

RGB176133133-
CMYK00.240.240.31
HSL21.39%60.59%-
HSV(B)24.43%69.02%-
XYZ30.5327.725.93-
YUV145.86120.75149.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.82%
GREEN value IS 133 (52.34% from 255) = 30.09%
BLUE value IS 133 (52.34% from 255) = 30.09%
R=39.82%
G=30.09%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613313300.240.240.31021.3960.59
HexB08585018181F0153d
Octal260205205030303702575
Binary1011000010000101100001010110001100011111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08585; }

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

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

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

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

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

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

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

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