#B98686

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

Shades of Rosy Brown #B98686

Tints of Rosy Brown #B98686

Color information

#B98686 (or 0xB98686) is unknown color: approx Rosy Brown. HEX triplet: B9, 86 and 86. RGB value is (185,134,134). Sum of RGB (Red+Green+Blue) = 185+134+134=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B98686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98686 is #467979. Grayscale: #959595. Windows color (decimal): -4618618 or 8816313. OLE color: 8816313.

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

Color convert

RGB185134134-
CMYK00.280.280.27
HSL26.7%62.55%-
HSV(B)27.57%72.55%-
XYZ32.8429.0926.44-
YUV149.25119.4153.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.84%
GREEN value IS 134 (52.73% from 255) = 29.58%
BLUE value IS 134 (52.73% from 255) = 29.58%
R=40.84%
G=29.58%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513413400.280.280.27026.762.55
HexB9868601C1C1B01b3f
Octal271206206034343303377
Binary1011100110000110100001100111001110011011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98686; }

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

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

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

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

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

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

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

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