#BC3B52

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

Shades of Old Rose #BC3B52

Tints of Old Rose #BC3B52

Color information

#BC3B52 (or 0xBC3B52) is unknown color: approx Old Rose. HEX triplet: BC, 3B and 52. RGB value is (188,59,82). Sum of RGB (Red+Green+Blue) = 188+59+82=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3B52 is #43C4AD. Grayscale: #646464. Windows color (decimal): -4441262 or 5389244. OLE color: 5389244.

HSL color Cylindrical-coordinate representation of color #BC3B52: hue angle of 349.3º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3B52 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB1885982-
CMYK00.690.560.26
HSL349.3º52.23%48.43%-
HSV(B)349.3º68.62%73.73%-
XYZ23.8314.439.51-
YUV100.19117.74190.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.14%
GREEN value IS 59 (23.44% from 255) = 17.93%
BLUE value IS 82 (32.42% from 255) = 24.92%
R=57.14%
G=17.93%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188598200.690.560.26349.352.2348.43
HexBC3B52045381A15d3430
Octal27473122010570325356460
Binary1011110011101110100100100010111100011010101011101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3B52; }

 p { color: rgb(188,59,82); }

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

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

 a { background-color: rgb(188,59,82); }

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

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

 span { border-color: rgb(188,59,82); }

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