Html Css Color HEX #BC3364 Rouge

📋 copy color: '#BC3364'

red 188 ◦ green 51 ◦ blue 100

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

Shades of Rouge #BC3364

Tints of Rouge #BC3364

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.04%

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

R = 55.46%
G = 15.04%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC3364 (or 0xBC3364) is known color: Rouge. HEX triplet: BC, 33 and 64. RGB value is (188,51,100). Sum of RGB (Red+Green+Blue) = 188+51+100=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3364 is #43CC9B. Grayscale: #616161. Windows color (decimal): -4443292 or 6566844. OLE color: 6566844.

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

Color convert

RGB 188 51 100 -
CMYK 0 0.73 0.47 0.26
HSL 338.54º 0.57% 0.47% -
HSV(B) 338.54º 0.73% 0.74% -
XYZ 24.22 13.98 13.48 -
YUV 97.55 129.39 192.52 -
System Red Green Blue C M Y K H S L
Decimal 188 51 100 0 0.73 0.47 0.26 338.54 0.57 0.47
Hex BC 33 64 0 49 2F 1A 153 39 2F
Octal 274 63 144 0 111 57 32 523 71 57
Binary 10111100 110011 1100100 0 1001001 101111 11010 101010011 111001 101111

Color Harmonies of #BC3364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3364

Black with #BC3364

Text Example


Text Example

White with #BC3364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3364; }

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

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

background-color css

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

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

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

border-color css

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

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

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