#BC2643

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

Shades of Old Rose #BC2643

Tints of Old Rose #BC2643

Color information

#BC2643 (or 0xBC2643) is unknown color: approx Old Rose. HEX triplet: BC, 26 and 43. RGB value is (188,38,67). Sum of RGB (Red+Green+Blue) = 188+38+67=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2643 is #43D9BC. Grayscale: #565656. Windows color (decimal): -4446653 or 4400828. OLE color: 4400828.

HSL color Cylindrical-coordinate representation of color #BC2643: hue angle of 348.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2643 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB1883867-
CMYK00.800.640.26
HSL348.4º66.37%44.31%-
HSV(B)348.4º79.79%73.73%-
XYZ22.4512.486.54-
YUV86.16117.2200.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 64.16%
GREEN value IS 38 (15.23% from 255) = 12.97%
BLUE value IS 67 (26.56% from 255) = 22.87%
R=64.16%
G=12.97%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188386700.800.640.26348.466.3744.31
HexBC2643050401A15c422c
Octal2744610301201003253410254
Binary101111001001101000011010100001000000110101010111001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2643; }

 p { color: rgb(188,38,67); }

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

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

 a { background-color: rgb(188,38,67); }

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

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

 span { border-color: rgb(188,38,67); }

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