#B98787

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

Shades of Rosy Brown #B98787

Tints of Rosy Brown #B98787

Color information

#B98787 (or 0xB98787) is unknown color: approx Rosy Brown. HEX triplet: B9, 87 and 87. RGB value is (185,135,135). Sum of RGB (Red+Green+Blue) = 185+135+135=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B98787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98787 is #467878. Grayscale: #959595. Windows color (decimal): -4618361 or 8882105. OLE color: 8882105.

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

Color convert

RGB185135135-
CMYK00.270.270.27
HSL26.32%62.75%-
HSV(B)27.03%72.55%-
XYZ33.0429.3926.85-
YUV149.95119.56153-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 135 (53.12% from 255) = 29.67%
BLUE value IS 135 (53.12% from 255) = 29.67%
R=40.66%
G=29.67%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513513500.270.270.27026.3262.75
HexB9878701B1B1B01a3f
Octal271207207033333303277
Binary1011100110000111100001110110111101111011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98787; }

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

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

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

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

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

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

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

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