#BB908E

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

Shades of Rosy Brown #BB908E

Tints of Rosy Brown #BB908E

Color information

#BB908E (or 0xBB908E) is unknown color: approx Rosy Brown. HEX triplet: BB, 90 and 8E. RGB value is (187,144,142). Sum of RGB (Red+Green+Blue) = 187+144+142=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BB908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB908E is #446F71. Grayscale: #9C9C9C. Windows color (decimal): -4484978 or 9343163. OLE color: 9343163.

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

Color convert

RGB187144142-
CMYK00.230.240.27
HSL2.67º24.86%64.51%-
HSV(B)2.67º24.06%73.33%-
XYZ35.3532.4629.99-
YUV156.63119.75149.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.53%
GREEN value IS 144 (56.64% from 255) = 30.44%
BLUE value IS 142 (55.86% from 255) = 30.02%
R=39.53%
G=30.44%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714414200.230.240.272.6724.8664.51
HexBB908E017181B31941
Octal2732202160273033331101
Binary101110111001000010001110010111110001101111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB908E; }

 p { color: rgb(187,144,142); }

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

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

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

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

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

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

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