#BB3454

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

Shades of Old Rose #BB3454

Tints of Old Rose #BB3454

Color information

#BB3454 (or 0xBB3454) is unknown color: approx Old Rose. HEX triplet: BB, 34 and 54. RGB value is (187,52,84). Sum of RGB (Red+Green+Blue) = 187+52+84=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3454 is #44CBAB. Grayscale: #606060. Windows color (decimal): -4508588 or 5518523. OLE color: 5518523.

HSL color Cylindrical-coordinate representation of color #BB3454: hue angle of 345.78º 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 #BB3454 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB1875284-
CMYK00.720.550.27
HSL345.78º56.49%46.86%-
HSV(B)345.78º72.19%73.33%-
XYZ23.3213.669.8-
YUV96.01121.23192.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.89%
GREEN value IS 52 (20.70% from 255) = 16.10%
BLUE value IS 84 (33.20% from 255) = 26.01%
R=57.89%
G=16.10%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187528400.720.550.27345.7856.4946.86
HexBB3454048371B15a382f
Octal27364124011067335327057
Binary1011101111010010101000100100011011111011101011010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3454; }

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

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

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

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

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

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

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

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