Html Css Color HEX #BC3961 Rouge

📋 copy color: '#BC3961'

red 188 ◦ green 57 ◦ blue 97

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

Shades of Rouge #BC3961

Tints of Rouge #BC3961

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.67%

 BLUE value IS 97 (38.28% from 255) = 28.36%

R = 54.97%
G = 16.67%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC3961 (or 0xBC3961) is known color: Rouge. HEX triplet: BC, 39 and 61. RGB value is (188,57,97). Sum of RGB (Red+Green+Blue) = 188+57+97=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3961 is #43C69E. Grayscale: #646464. Windows color (decimal): -4441759 or 6371772. OLE color: 6371772.

HSL color Cylindrical-coordinate representation of color #BC3961: hue angle of 341.68º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3961 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 57 97 -
CMYK 0 0.70 0.48 0.26
HSL 341.68º 0.53% 0.48% -
HSV(B) 341.68º 0.7% 0.74% -
XYZ 24.36 14.48 12.82 -
YUV 100.73 125.9 190.25 -
System Red Green Blue C M Y K H S L
Decimal 188 57 97 0 0.70 0.48 0.26 341.68 0.53 0.48
Hex BC 39 61 0 46 30 1A 156 35 30
Octal 274 71 141 0 106 60 32 526 65 60
Binary 10111100 111001 1100001 0 1000110 110000 11010 101010110 110101 110000

Color Harmonies of #BC3961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3961

Black with #BC3961

Text Example


Text Example

White with #BC3961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3961; }

 p { color: rgb(188,57,97); }

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

background-color css

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

 a { background-color: rgb(188,57,97); }

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

border-color css

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

 span { border-color: rgb(188,57,97); }

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