#B98987

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

Shades of Rosy Brown #B98987

Tints of Rosy Brown #B98987

Color information

#B98987 (or 0xB98987) is unknown color: approx Rosy Brown. HEX triplet: B9, 89 and 87. RGB value is (185,137,135). Sum of RGB (Red+Green+Blue) = 185+137+135=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B98987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98987 is #467678. Grayscale: #979797. Windows color (decimal): -4617849 or 8882617. OLE color: 8882617.

HSL color Cylindrical-coordinate representation of color #B98987: hue angle of 2.4º 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 #B98987 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB185137135-
CMYK00.260.270.27
HSL2.4º26.32%62.75%-
HSV(B)2.4º27.03%72.55%-
XYZ33.3329.9526.95-
YUV151.12118.9152.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 137 (53.91% from 255) = 29.98%
BLUE value IS 135 (53.12% from 255) = 29.54%
R=40.48%
G=29.98%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513713500.260.270.272.426.3262.75
HexB9898701A1B1B21a3f
Octal271211207032333323277
Binary10111001100010011000011101101011011110111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98987; }

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

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

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

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

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

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

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

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