#BC245C

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

Shades of Old Rose #BC245C

Tints of Old Rose #BC245C

Color information

#BC245C (or 0xBC245C) is unknown color: approx Old Rose. HEX triplet: BC, 24 and 5C. RGB value is (188,36,92). Sum of RGB (Red+Green+Blue) = 188+36+92=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC245C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC245C is #43DBA3. Grayscale: #575757. Windows color (decimal): -4447140 or 6038716. OLE color: 6038716.

HSL color Cylindrical-coordinate representation of color #BC245C: hue angle of 337.89º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC245C is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB1883692-
CMYK00.810.510.26
HSL337.89º67.86%43.92%-
HSV(B)337.89º80.85%73.73%-
XYZ23.312.7311.35-
YUV87.83130.36199.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.49%
GREEN value IS 36 (14.45% from 255) = 11.39%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=59.49%
G=11.39%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188369200.810.510.26337.8967.8643.92
HexBC245C051331A152442c
Octal274441340121633252210454
Binary10111100100100101110001010001110011110101010100101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC245C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC245C; }

 p { color: rgb(188,36,92); }

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

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

 a { background-color: rgb(188,36,92); }

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

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

 span { border-color: rgb(188,36,92); }

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