Html Css Color HEX #BC3668 Rouge

📋 copy color: '#BC3668'

red 188 ◦ green 54 ◦ blue 104

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

Shades of Rouge #BC3668

Tints of Rouge #BC3668

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.61%

 BLUE value IS 104 (41.02% from 255) = 30.06%

R = 54.34%
G = 15.61%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC3668 (or 0xBC3668) is known color: Rouge. HEX triplet: BC, 36 and 68. RGB value is (188,54,104). Sum of RGB (Red+Green+Blue) = 188+54+104=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3668 is #43C997. Grayscale: #636363. Windows color (decimal): -4442520 or 6829756. OLE color: 6829756.

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

Color convert

RGB 188 54 104 -
CMYK 0 0.71 0.45 0.26
HSL 337.61º 0.55% 0.47% -
HSV(B) 337.61º 0.71% 0.74% -
XYZ 24.56 14.33 14.57 -
YUV 99.77 130.39 190.93 -
System Red Green Blue C M Y K H S L
Decimal 188 54 104 0 0.71 0.45 0.26 337.61 0.55 0.47
Hex BC 36 68 0 47 2D 1A 152 37 2F
Octal 274 66 150 0 107 55 32 522 67 57
Binary 10111100 110110 1101000 0 1000111 101101 11010 101010010 110111 101111

Color Harmonies of #BC3668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3668

Black with #BC3668

Text Example


Text Example

White with #BC3668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3668; }

 p { color: rgb(188,54,104); }

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

background-color css

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

 a { background-color: rgb(188,54,104); }

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

border-color css

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

 span { border-color: rgb(188,54,104); }

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