Html Css Color HEX #BC3764 Rouge

📋 copy color: '#BC3764'

red 188 ◦ green 55 ◦ blue 100

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

Shades of Rouge #BC3764

Tints of Rouge #BC3764

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.03%

 BLUE value IS 100 (39.45% from 255) = 29.15%

R = 54.81%
G = 16.03%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC3764 (or 0xBC3764) is known color: Rouge. HEX triplet: BC, 37 and 64. RGB value is (188,55,100). Sum of RGB (Red+Green+Blue) = 188+55+100=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3764 is #43C89B. Grayscale: #636363. Windows color (decimal): -4442268 or 6567868. OLE color: 6567868.

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

Color convert

RGB 188 55 100 -
CMYK 0 0.71 0.47 0.26
HSL 339.7º 0.55% 0.48% -
HSV(B) 339.7º 0.71% 0.74% -
XYZ 24.41 14.34 13.54 -
YUV 99.9 128.06 190.84 -
System Red Green Blue C M Y K H S L
Decimal 188 55 100 0 0.71 0.47 0.26 339.7 0.55 0.48
Hex BC 37 64 0 47 2F 1A 154 37 30
Octal 274 67 144 0 107 57 32 524 67 60
Binary 10111100 110111 1100100 0 1000111 101111 11010 101010100 110111 110000

Color Harmonies of #BC3764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3764

Black with #BC3764

Text Example


Text Example

White with #BC3764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3764; }

 p { color: rgb(188,55,100); }

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

background-color css

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

 a { background-color: rgb(188,55,100); }

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

border-color css

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

 span { border-color: rgb(188,55,100); }

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