Html Css Color HEX #BC3866 Rouge

📋 copy color: '#BC3866'

red 188 ◦ green 56 ◦ blue 102

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

Shades of Rouge #BC3866

Tints of Rouge #BC3866

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.18%

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

R = 54.34%
G = 16.18%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC3866 (or 0xBC3866) is known color: Rouge. HEX triplet: BC, 38 and 66. RGB value is (188,56,102). Sum of RGB (Red+Green+Blue) = 188+56+102=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3866 is #43C799. Grayscale: #646464. Windows color (decimal): -4442010 or 6699196. OLE color: 6699196.

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

Color convert

RGB 188 56 102 -
CMYK 0 0.70 0.46 0.26
HSL 339.09º 0.54% 0.48% -
HSV(B) 339.09º 0.7% 0.74% -
XYZ 24.55 14.48 14.07 -
YUV 100.71 128.73 190.26 -
System Red Green Blue C M Y K H S L
Decimal 188 56 102 0 0.70 0.46 0.26 339.09 0.54 0.48
Hex BC 38 66 0 46 2E 1A 153 36 30
Octal 274 70 146 0 106 56 32 523 66 60
Binary 10111100 111000 1100110 0 1000110 101110 11010 101010011 110110 110000

Color Harmonies of #BC3866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3866

Black with #BC3866

Text Example


Text Example

White with #BC3866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3866; }

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

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

background-color css

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

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

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

border-color css

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

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

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