#BB9898

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

Shades of Rosy Brown #BB9898

Tints of Rosy Brown #BB9898

Color information

#BB9898 (or 0xBB9898) is unknown color: approx Rosy Brown. HEX triplet: BB, 98 and 98. RGB value is (187,152,152). Sum of RGB (Red+Green+Blue) = 187+152+152=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9898 is #446767. Grayscale: #A2A2A2. Windows color (decimal): -4482920 or 10000571. OLE color: 10000571.

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

Color convert

RGB187152152-
CMYK00.190.190.27
HSL20.47%66.47%-
HSV(B)18.72%73.33%-
XYZ37.3935.2934.55-
YUV162.46122.1145.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 152 (59.77% from 255) = 30.96%
BLUE value IS 152 (59.77% from 255) = 30.96%
R=38.09%
G=30.96%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715215200.190.190.27020.4766.47
HexBB9898013131B01442
Octal2732302300232333024102
Binary10111011100110001001100001001110011110110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9898; }

 p { color: rgb(187,152,152); }

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

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

 a { background-color: rgb(187,152,152); }

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

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

 span { border-color: rgb(187,152,152); }

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