#BC344C

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

Shades of Old Rose #BC344C

Tints of Old Rose #BC344C

Color information

#BC344C (or 0xBC344C) is unknown color: approx Old Rose. HEX triplet: BC, 34 and 4C. RGB value is (188,52,76). Sum of RGB (Red+Green+Blue) = 188+52+76=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC344C is #43CBB3. Grayscale: #5F5F5F. Windows color (decimal): -4443060 or 4994236. OLE color: 4994236.

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

Color convert

RGB1885276-
CMYK00.720.600.26
HSL349.41º56.67%47.06%-
HSV(B)349.41º72.34%73.73%-
XYZ23.2713.678.25-
YUV95.4117.06194.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.49%
GREEN value IS 52 (20.70% from 255) = 16.46%
BLUE value IS 76 (30.08% from 255) = 24.05%
R=59.49%
G=16.46%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188527600.720.600.26349.4156.6747.06
HexBC344C0483C1A15d392f
Octal27464114011074325357157
Binary1011110011010010011000100100011110011010101011101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC344C; }

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

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

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

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

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

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

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

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