Html Css Color HEX #BC365F Rouge

📋 copy color: '#BC365F'

red 188 ◦ green 54 ◦ blue 95

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

Shades of Rouge #BC365F

Tints of Rouge #BC365F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.19%

R = 55.79%
G = 16.02%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC365F (or 0xBC365F) is known color: Rouge. HEX triplet: BC, 36 and 5F. RGB value is (188,54,95). Sum of RGB (Red+Green+Blue) = 188+54+95=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC365F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC365F is #43C9A0. Grayscale: #626262. Windows color (decimal): -4442529 or 6239932. OLE color: 6239932.

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

Color convert

RGB 188 54 95 -
CMYK 0 0.71 0.49 0.26
HSL 341.64º 0.55% 0.47% -
HSV(B) 341.64º 0.71% 0.74% -
XYZ 24.12 14.16 12.29 -
YUV 98.74 125.89 191.67 -
System Red Green Blue C M Y K H S L
Decimal 188 54 95 0 0.71 0.49 0.26 341.64 0.55 0.47
Hex BC 36 5F 0 47 31 1A 156 37 2F
Octal 274 66 137 0 107 61 32 526 67 57
Binary 10111100 110110 1011111 0 1000111 110001 11010 101010110 110111 101111

Color Harmonies of #BC365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC365F

Black with #BC365F

Text Example


Text Example

White with #BC365F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC365F; }

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

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

background-color css

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

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

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

border-color css

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

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

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