#BB3450

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

Shades of Old Rose #BB3450

Tints of Old Rose #BB3450

Color information

#BB3450 (or 0xBB3450) is unknown color: approx Old Rose. HEX triplet: BB, 34 and 50. RGB value is (187,52,80). Sum of RGB (Red+Green+Blue) = 187+52+80=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3450 is #44CBAF. Grayscale: #5F5F5F. Windows color (decimal): -4508592 or 5256379. OLE color: 5256379.

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

Color convert

RGB1875280-
CMYK00.720.570.27
HSL347.56º56.49%46.86%-
HSV(B)347.56º72.19%73.33%-
XYZ23.1713.68.99-
YUV95.56119.23193.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.62%
GREEN value IS 52 (20.70% from 255) = 16.30%
BLUE value IS 80 (31.64% from 255) = 25.08%
R=58.62%
G=16.30%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187528000.720.570.27347.5656.4946.86
HexBB3450048391B15c382f
Octal27364120011071335347057
Binary1011101111010010100000100100011100111011101011100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3450; }

 p { color: rgb(187,52,80); }

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

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

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

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

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

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

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