Html Css Color HEX #BC2966 Rouge

📋 copy color: '#BC2966'

red 188 ◦ green 41 ◦ blue 102

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

Shades of Rouge #BC2966

Tints of Rouge #BC2966

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.39%

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

R = 56.8%
G = 12.39%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC2966 (or 0xBC2966) is known color: Rouge. HEX triplet: BC, 29 and 66. RGB value is (188,41,102). Sum of RGB (Red+Green+Blue) = 188+41+102=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2966 is #43D699. Grayscale: #5B5B5B. Windows color (decimal): -4445850 or 6695356. OLE color: 6695356.

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

Color convert

RGB 188 41 102 -
CMYK 0 0.78 0.46 0.26
HSL 335.1º 0.64% 0.45% -
HSV(B) 335.1º 0.78% 0.74% -
XYZ 23.93 13.24 13.86 -
YUV 91.91 133.7 196.54 -
System Red Green Blue C M Y K H S L
Decimal 188 41 102 0 0.78 0.46 0.26 335.1 0.64 0.45
Hex BC 29 66 0 4E 2E 1A 14F 40 2D
Octal 274 51 146 0 116 56 32 517 100 55
Binary 10111100 101001 1100110 0 1001110 101110 11010 101001111 1000000 101101

Color Harmonies of #BC2966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2966

Black with #BC2966

Text Example


Text Example

White with #BC2966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2966; }

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

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

background-color css

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

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

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

border-color css

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

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

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