#BB3453

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

Shades of Old Rose #BB3453

Tints of Old Rose #BB3453

Color information

#BB3453 (or 0xBB3453) is unknown color: approx Old Rose. HEX triplet: BB, 34 and 53. RGB value is (187,52,83). Sum of RGB (Red+Green+Blue) = 187+52+83=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3453 is #44CBAC. Grayscale: #5F5F5F. Windows color (decimal): -4508589 or 5452987. OLE color: 5452987.

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

Color convert

RGB1875283-
CMYK00.720.560.27
HSL346.22º56.49%46.86%-
HSV(B)346.22º72.19%73.33%-
XYZ23.2813.659.59-
YUV95.9120.73192.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.07%
GREEN value IS 52 (20.70% from 255) = 16.15%
BLUE value IS 83 (32.81% from 255) = 25.78%
R=58.07%
G=16.15%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187528300.720.560.27346.2256.4946.86
HexBB3453048381B15a382f
Octal27364123011070335327057
Binary1011101111010010100110100100011100011011101011010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3453; }

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

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

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

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

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

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

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

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