#BC3654

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

Shades of Old Rose #BC3654

Tints of Old Rose #BC3654

Color information

#BC3654 (or 0xBC3654) is unknown color: approx Old Rose. HEX triplet: BC, 36 and 54. RGB value is (188,54,84). Sum of RGB (Red+Green+Blue) = 188+54+84=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3654 is #43C9AB. Grayscale: #616161. Windows color (decimal): -4442540 or 5519036. OLE color: 5519036.

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

Color convert

RGB1885484-
CMYK00.710.550.26
HSL346.57º55.37%47.45%-
HSV(B)346.57º71.28%73.73%-
XYZ23.6613.979.84-
YUV97.49120.39192.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.67%
GREEN value IS 54 (21.48% from 255) = 16.56%
BLUE value IS 84 (33.20% from 255) = 25.77%
R=57.67%
G=16.56%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188548400.710.550.26346.5755.3747.45
HexBC3654047371A15b372f
Octal27466124010767325336757
Binary1011110011011010101000100011111011111010101011011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3654; }

 p { color: rgb(188,54,84); }

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

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

 a { background-color: rgb(188,54,84); }

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

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

 span { border-color: rgb(188,54,84); }

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