#BC3569

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

Shades of Rouge #BC3569

Tints of Rouge #BC3569

Color information

#BC3569 (or 0xBC3569) is unknown color: approx Rouge. HEX triplet: BC, 35 and 69. RGB value is (188,53,105). Sum of RGB (Red+Green+Blue) = 188+53+105=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3569 is #43CA96. Grayscale: #636363. Windows color (decimal): -4442775 or 6895036. OLE color: 6895036.

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

Color convert

RGB18853105-
CMYK00.720.440.26
HSL336.89º56.02%47.25%-
HSV(B)336.89º71.81%73.73%-
XYZ24.5614.2614.82-
YUV99.29131.23191.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.34%
GREEN value IS 53 (21.09% from 255) = 15.32%
BLUE value IS 105 (41.41% from 255) = 30.35%
R=54.34%
G=15.32%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885310500.720.440.26336.8956.0247.25
HexBC35690482C1A151382f
Octal27465151011054325217057
Binary1011110011010111010010100100010110011010101010001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3569; }

 p { color: rgb(188,53,105); }

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

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

 a { background-color: rgb(188,53,105); }

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

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

 span { border-color: rgb(188,53,105); }

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