#BC344D

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

Shades of Old Rose #BC344D

Tints of Old Rose #BC344D

Color information

#BC344D (or 0xBC344D) is unknown color: approx Old Rose. HEX triplet: BC, 34 and 4D. RGB value is (188,52,77). Sum of RGB (Red+Green+Blue) = 188+52+77=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC344D is #43CBB2. Grayscale: #5F5F5F. Windows color (decimal): -4443059 or 5059772. OLE color: 5059772.

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

Color convert

RGB1885277-
CMYK00.720.590.26
HSL348.97º56.67%47.06%-
HSV(B)348.97º72.34%73.73%-
XYZ23.3113.688.43-
YUV95.51117.56193.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.31%
GREEN value IS 52 (20.70% from 255) = 16.40%
BLUE value IS 77 (30.47% from 255) = 24.29%
R=59.31%
G=16.40%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188527700.720.590.26348.9756.6747.06
HexBC344D0483B1A15d392f
Octal27464115011073325357157
Binary1011110011010010011010100100011101111010101011101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC344D; }

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

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

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

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

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

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

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

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