#BB2858

Color #BB2858 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #BB2858

Tints of Old Rose #BB2858

Color information

#BB2858 (or 0xBB2858) is unknown color: approx Old Rose. HEX triplet: BB, 28 and 58. RGB value is (187,40,88). Sum of RGB (Red+Green+Blue) = 187+40+88=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2858 is #44D7A7. Grayscale: #595959. Windows color (decimal): -4511656 or 5777595. OLE color: 5777595.

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

Color convert

RGB1874088-
CMYK00.790.530.27
HSL340.41º64.76%44.51%-
HSV(B)340.41º78.61%73.33%-
XYZ23.0112.7910.49-
YUV89.42127.2197.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.37%
GREEN value IS 40 (16.02% from 255) = 12.70%
BLUE value IS 88 (34.77% from 255) = 27.94%
R=59.37%
G=12.70%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187408800.790.530.27340.4164.7644.51
HexBB285804F351B154412d
Octal273501300117653352410155
Binary10111011101000101100001001111110101110111010101001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2858; }

 p { color: rgb(187,40,88); }

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

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

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

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

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

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

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