#BC345C

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

Shades of Old Rose #BC345C

Tints of Old Rose #BC345C

Color information

#BC345C (or 0xBC345C) is unknown color: approx Old Rose. HEX triplet: BC, 34 and 5C. RGB value is (188,52,92). Sum of RGB (Red+Green+Blue) = 188+52+92=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC345C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC345C is #43CBA3. Grayscale: #616161. Windows color (decimal): -4443044 or 6042812. OLE color: 6042812.

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

Color convert

RGB1885292-
CMYK00.720.510.26
HSL342.35º56.67%47.06%-
HSV(B)342.35º72.34%73.73%-
XYZ23.913.9211.55-
YUV97.22125.06192.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.63%
GREEN value IS 52 (20.70% from 255) = 15.66%
BLUE value IS 92 (36.33% from 255) = 27.71%
R=56.63%
G=15.66%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188529200.720.510.26342.3556.6747.06
HexBC345C048331A156392f
Octal27464134011063325267157
Binary1011110011010010111000100100011001111010101010110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC345C; }

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

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

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

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

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

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

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

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