#BC305D

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

Shades of Old Rose #BC305D

Tints of Old Rose #BC305D

Color information

#BC305D (or 0xBC305D) is unknown color: approx Old Rose. HEX triplet: BC, 30 and 5D. RGB value is (188,48,93). Sum of RGB (Red+Green+Blue) = 188+48+93=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC305D is #43CFA2. Grayscale: #5E5E5E. Windows color (decimal): -4444067 or 6107324. OLE color: 6107324.

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

Color convert

RGB1884893-
CMYK00.740.510.26
HSL340.71º59.32%46.27%-
HSV(B)340.71º74.47%73.73%-
XYZ23.7713.611.73-
YUV94.99126.88194.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.14%
GREEN value IS 48 (19.14% from 255) = 14.59%
BLUE value IS 93 (36.72% from 255) = 28.27%
R=57.14%
G=14.59%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188489300.740.510.26340.7159.3246.27
HexBC305D04A331A1553b2e
Octal27460135011263325257356
Binary1011110011000010111010100101011001111010101010101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC305D; }

 p { color: rgb(188,48,93); }

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

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

 a { background-color: rgb(188,48,93); }

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

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

 span { border-color: rgb(188,48,93); }

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