#BB3457

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

Shades of Old Rose #BB3457

Tints of Old Rose #BB3457

Color information

#BB3457 (or 0xBB3457) is unknown color: approx Old Rose. HEX triplet: BB, 34 and 57. RGB value is (187,52,87). Sum of RGB (Red+Green+Blue) = 187+52+87=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3457 is #44CBA8. Grayscale: #606060. Windows color (decimal): -4508585 or 5715131. OLE color: 5715131.

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

Color convert

RGB1875287-
CMYK00.720.530.27
HSL344.44º56.49%46.86%-
HSV(B)344.44º72.19%73.33%-
XYZ23.4413.7110.43-
YUV96.36122.73192.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.36%
GREEN value IS 52 (20.70% from 255) = 15.95%
BLUE value IS 87 (34.38% from 255) = 26.69%
R=57.36%
G=15.95%
B=26.69%

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
Decimal187528700.720.530.27344.4456.4946.86
HexBB3457048351B158382f
Octal27364127011065335307057
Binary1011101111010010101110100100011010111011101011000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3457; }

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

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

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

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

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

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

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

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