#BB3452

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

Shades of Old Rose #BB3452

Tints of Old Rose #BB3452

Color information

#BB3452 (or 0xBB3452) is unknown color: approx Old Rose. HEX triplet: BB, 34 and 52. RGB value is (187,52,82). Sum of RGB (Red+Green+Blue) = 187+52+82=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3452 is #44CBAD. Grayscale: #5F5F5F. Windows color (decimal): -4508590 or 5387451. OLE color: 5387451.

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

Color convert

RGB1875282-
CMYK00.720.560.27
HSL346.67º56.49%46.86%-
HSV(B)346.67º72.19%73.33%-
XYZ23.2413.639.39-
YUV95.78120.23193.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.26%
GREEN value IS 52 (20.70% from 255) = 16.20%
BLUE value IS 82 (32.42% from 255) = 25.55%
R=58.26%
G=16.20%
B=25.55%

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
Decimal187528200.720.560.27346.6756.4946.86
HexBB3452048381B15b382f
Octal27364122011070335337057
Binary1011101111010010100100100100011100011011101011011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3452; }

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

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

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

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

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

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

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

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