#BB2363

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

Shades of Old Rose #BB2363

Tints of Old Rose #BB2363

Color information

#BB2363 (or 0xBB2363) is unknown color: approx Old Rose. HEX triplet: BB, 23 and 63. RGB value is (187,35,99). Sum of RGB (Red+Green+Blue) = 187+35+99=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2363 is #44DC9C. Grayscale: #575757. Windows color (decimal): -4512925 or 6497211. OLE color: 6497211.

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

Color convert

RGB1873599-
CMYK00.810.470.27
HSL334.74º68.47%43.53%-
HSV(B)334.74º81.28%73.33%-
XYZ23.3512.6713.02-
YUV87.74134.36198.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.26%
GREEN value IS 35 (14.06% from 255) = 10.90%
BLUE value IS 99 (39.06% from 255) = 30.84%
R=58.26%
G=10.90%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187359900.810.470.27334.7468.4743.53
HexBB23630512F1B14f442c
Octal273431430121573351710454
Binary10111011100011110001101010001101111110111010011111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2363; }

 p { color: rgb(187,35,99); }

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

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

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

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

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

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

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