Html Css Color HEX #BC3166 Rouge

📋 copy color: '#BC3166'

red 188 ◦ green 49 ◦ blue 102

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

Shades of Rouge #BC3166

Tints of Rouge #BC3166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.09%

R = 55.46%
G = 14.45%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC3166 (or 0xBC3166) is known color: Rouge. HEX triplet: BC, 31 and 66. RGB value is (188,49,102). Sum of RGB (Red+Green+Blue) = 188+49+102=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3166 is #43CE99. Grayscale: #606060. Windows color (decimal): -4443802 or 6697404. OLE color: 6697404.

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

Color convert

RGB 188 49 102 -
CMYK 0 0.74 0.46 0.26
HSL 337.12º 0.59% 0.46% -
HSV(B) 337.12º 0.74% 0.74% -
XYZ 24.24 13.85 13.97 -
YUV 96.6 131.05 193.19 -
System Red Green Blue C M Y K H S L
Decimal 188 49 102 0 0.74 0.46 0.26 337.12 0.59 0.46
Hex BC 31 66 0 4A 2E 1A 151 3B 2E
Octal 274 61 146 0 112 56 32 521 73 56
Binary 10111100 110001 1100110 0 1001010 101110 11010 101010001 111011 101110

Color Harmonies of #BC3166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3166

Black with #BC3166

Text Example


Text Example

White with #BC3166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3166; }

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

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

background-color css

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

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

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

border-color css

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

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

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