Html Css Color HEX #BC375F Rouge

📋 copy color: '#BC375F'

red 188 ◦ green 55 ◦ blue 95

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

Shades of Rouge #BC375F

Tints of Rouge #BC375F

RGB

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

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

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

R = 55.62%
G = 16.27%
B = 28.11%

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

#BC375F (or 0xBC375F) is known color: Rouge. HEX triplet: BC, 37 and 5F. RGB value is (188,55,95). Sum of RGB (Red+Green+Blue) = 188+55+95=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC375F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC375F is #43C8A0. Grayscale: #636363. Windows color (decimal): -4442273 or 6240188. OLE color: 6240188.

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

Color convert

RGB 188 55 95 -
CMYK 0 0.71 0.49 0.26
HSL 341.95º 0.55% 0.48% -
HSV(B) 341.95º 0.71% 0.74% -
XYZ 24.17 14.25 12.3 -
YUV 99.33 125.56 191.25 -
System Red Green Blue C M Y K H S L
Decimal 188 55 95 0 0.71 0.49 0.26 341.95 0.55 0.48
Hex BC 37 5F 0 47 31 1A 156 37 30
Octal 274 67 137 0 107 61 32 526 67 60
Binary 10111100 110111 1011111 0 1000111 110001 11010 101010110 110111 110000

Color Harmonies of #BC375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC375F

Black with #BC375F

Text Example


Text Example

White with #BC375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC375F; }

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

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

background-color css

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

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

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

border-color css

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

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

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