#B98888

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

Shades of Rosy Brown #B98888

Tints of Rosy Brown #B98888

Color information

#B98888 (or 0xB98888) is unknown color: approx Rosy Brown. HEX triplet: B9, 88 and 88. RGB value is (185,136,136). Sum of RGB (Red+Green+Blue) = 185+136+136=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B98888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98888 is #467777. Grayscale: #969696. Windows color (decimal): -4618104 or 8947897. OLE color: 8947897.

HSL color Cylindrical-coordinate representation of color #B98888: 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.26%. Process color model (Four color, CMYK) of #B98888 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB185136136-
CMYK00.260.260.27
HSL25.93%62.94%-
HSV(B)26.49%72.55%-
XYZ33.2629.727.27-
YUV150.65119.73152.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 136 (53.52% from 255) = 29.76%
BLUE value IS 136 (53.52% from 255) = 29.76%
R=40.48%
G=29.76%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513613600.260.260.27025.9362.94
HexB9888801A1A1B01a3f
Octal271210210032323303277
Binary1011100110001000100010000110101101011011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98888; }

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

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

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

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

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

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

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

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