Html Css Color HEX #BC3564 Rouge

📋 copy color: '#BC3564'

red 188 ◦ green 53 ◦ blue 100

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

Shades of Rouge #BC3564

Tints of Rouge #BC3564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.33%

R = 55.13%
G = 15.54%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC3564 (or 0xBC3564) is known color: Rouge. HEX triplet: BC, 35 and 64. RGB value is (188,53,100). Sum of RGB (Red+Green+Blue) = 188+53+100=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3564 is #43CA9B. Grayscale: #626262. Windows color (decimal): -4442780 or 6567356. OLE color: 6567356.

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

Color convert

RGB 188 53 100 -
CMYK 0 0.72 0.47 0.26
HSL 339.11º 0.56% 0.47% -
HSV(B) 339.11º 0.72% 0.74% -
XYZ 24.31 14.16 13.51 -
YUV 98.72 128.73 191.68 -
System Red Green Blue C M Y K H S L
Decimal 188 53 100 0 0.72 0.47 0.26 339.11 0.56 0.47
Hex BC 35 64 0 48 2F 1A 153 38 2F
Octal 274 65 144 0 110 57 32 523 70 57
Binary 10111100 110101 1100100 0 1001000 101111 11010 101010011 111000 101111

Color Harmonies of #BC3564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3564

Black with #BC3564

Text Example


Text Example

White with #BC3564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3564; }

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

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

background-color css

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

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

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

border-color css

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

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

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