#BC344B

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

Shades of Old Rose #BC344B

Tints of Old Rose #BC344B

Color information

#BC344B (or 0xBC344B) is unknown color: approx Old Rose. HEX triplet: BC, 34 and 4B. RGB value is (188,52,75). Sum of RGB (Red+Green+Blue) = 188+52+75=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC344B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC344B is #43CBB4. Grayscale: #5F5F5F. Windows color (decimal): -4443061 or 4928700. OLE color: 4928700.

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

Color convert

RGB1885275-
CMYK00.720.600.26
HSL349.85º56.67%47.06%-
HSV(B)349.85º72.34%73.73%-
XYZ23.2413.668.07-
YUV95.29116.56194.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.68%
GREEN value IS 52 (20.70% from 255) = 16.51%
BLUE value IS 75 (29.69% from 255) = 23.81%
R=59.68%
G=16.51%
B=23.81%

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
Decimal188527500.720.600.26349.8556.6747.06
HexBC344B0483C1A15e392f
Octal27464113011074325367157
Binary1011110011010010010110100100011110011010101011110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC344B; }

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

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

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

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

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

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

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

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