Html Css Color HEX #BC316D Rouge

📋 copy color: '#BC316D'

red 188 ◦ green 49 ◦ blue 109

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

Shades of Rouge #BC316D

Tints of Rouge #BC316D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.16%

 BLUE value IS 109 (42.97% from 255) = 31.5%

R = 54.34%
G = 14.16%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC316D (or 0xBC316D) is known color: Rouge. HEX triplet: BC, 31 and 6D. RGB value is (188,49,109). Sum of RGB (Red+Green+Blue) = 188+49+109=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC316D is #43CE92. Grayscale: #616161. Windows color (decimal): -4443795 or 7156156. OLE color: 7156156.

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

Color convert

RGB 188 49 109 -
CMYK 0 0.74 0.42 0.26
HSL 334.1º 0.59% 0.46% -
HSV(B) 334.1º 0.74% 0.74% -
XYZ 24.6 13.99 15.87 -
YUV 97.4 134.55 192.62 -
System Red Green Blue C M Y K H S L
Decimal 188 49 109 0 0.74 0.42 0.26 334.1 0.59 0.46
Hex BC 31 6D 0 4A 2A 1A 14E 3B 2E
Octal 274 61 155 0 112 52 32 516 73 56
Binary 10111100 110001 1101101 0 1001010 101010 11010 101001110 111011 101110

Color Harmonies of #BC316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC316D

Black with #BC316D

Text Example


Text Example

White with #BC316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC316D; }

 p { color: rgb(188,49,109); }

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

background-color css

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

 a { background-color: rgb(188,49,109); }

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

border-color css

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

 span { border-color: rgb(188,49,109); }

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