#B18686

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

Shades of Rosy Brown #B18686

Tints of Rosy Brown #B18686

Color information

#B18686 (or 0xB18686) is unknown color: approx Rosy Brown. HEX triplet: B1, 86 and 86. RGB value is (177,134,134). Sum of RGB (Red+Green+Blue) = 177+134+134=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B18686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18686 is #4E7979. Grayscale: #929292. Windows color (decimal): -5142906 or 8816305. OLE color: 8816305.

HSL color Cylindrical-coordinate representation of color #B18686: hue angle of 0º degrees, saturation: 0.22, 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 #B18686 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB177134134-
CMYK00.240.240.31
HSL21.61%60.98%-
HSV(B)24.29%69.41%-
XYZ30.9628.1226.35-
YUV146.86120.75149.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.78%
GREEN value IS 134 (52.73% from 255) = 30.11%
BLUE value IS 134 (52.73% from 255) = 30.11%
R=39.78%
G=30.11%
B=30.11%

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
Decimal17713413400.240.240.31021.6160.98
HexB18686018181F0163d
Octal261206206030303702675
Binary1011000110000110100001100110001100011111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18686; }

 p { color: rgb(177,134,134); }

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

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

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

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

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

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

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