Html Css Color HEX #BC3560 Rouge

📋 copy color: '#BC3560'

red 188 ◦ green 53 ◦ blue 96

#BC3560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #BC3560

Tints of Rouge #BC3560

RGB

 RED value IS 188 (73.83% from 255) = 55.79%

 GREEN value IS 53 (21.09% from 255) = 15.73%

 BLUE value IS 96 (37.89% from 255) = 28.49%

R = 55.79%
G = 15.73%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC3560 (or 0xBC3560) is known color: Rouge. HEX triplet: BC, 35 and 60. RGB value is (188,53,96). Sum of RGB (Red+Green+Blue) = 188+53+96=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3560 is #43CA9F. Grayscale: #626262. Windows color (decimal): -4442784 or 6305212. OLE color: 6305212.

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

Color convert

RGB 188 53 96 -
CMYK 0 0.72 0.49 0.26
HSL 340.89º 0.56% 0.47% -
HSV(B) 340.89º 0.72% 0.74% -
XYZ 24.12 14.08 12.51 -
YUV 98.27 126.73 192 -
System Red Green Blue C M Y K H S L
Decimal 188 53 96 0 0.72 0.49 0.26 340.89 0.56 0.47
Hex BC 35 60 0 48 31 1A 155 38 2F
Octal 274 65 140 0 110 61 32 525 70 57
Binary 10111100 110101 1100000 0 1001000 110001 11010 101010101 111000 101111

Color Harmonies of #BC3560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3560

Black with #BC3560

Text Example


Text Example

White with #BC3560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3560; }

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

 H1.HeaderClassName
 {
   color: #BC3560;
 }
 .AnyTagClassName
 {
   color: #BC3560;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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