#BB3458

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

Shades of Old Rose #BB3458

Tints of Old Rose #BB3458

Color information

#BB3458 (or 0xBB3458) is unknown color: approx Old Rose. HEX triplet: BB, 34 and 58. RGB value is (187,52,88). Sum of RGB (Red+Green+Blue) = 187+52+88=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3458 is #44CBA7. Grayscale: #606060. Windows color (decimal): -4508584 or 5780667. OLE color: 5780667.

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

Color convert

RGB1875288-
CMYK00.720.530.27
HSL344º56.49%46.86%-
HSV(B)344º72.19%73.33%-
XYZ23.4813.7310.64-
YUV96.47123.23192.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.19%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 88 (34.77% from 255) = 26.91%
R=57.19%
G=15.90%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187528800.720.530.2734456.4946.86
HexBB3458048351B158382f
Octal27364130011065335307057
Binary1011101111010010110000100100011010111011101011000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3458; }

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

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

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

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

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

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

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

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