Html Css Color HEX #BC2D64 Rouge

📋 copy color: '#BC2D64'

red 188 ◦ green 45 ◦ blue 100

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

Shades of Rouge #BC2D64

Tints of Rouge #BC2D64

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.51%

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

R = 56.46%
G = 13.51%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC2D64 (or 0xBC2D64) is known color: Rouge. HEX triplet: BC, 2D and 64. RGB value is (188,45,100). Sum of RGB (Red+Green+Blue) = 188+45+100=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2D64 is #43D29B. Grayscale: #5D5D5D. Windows color (decimal): -4444828 or 6565308. OLE color: 6565308.

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

Color convert

RGB 188 45 100 -
CMYK 0 0.76 0.47 0.26
HSL 336.92º 0.61% 0.46% -
HSV(B) 336.92º 0.76% 0.74% -
XYZ 23.98 13.49 13.4 -
YUV 94.03 131.38 195.03 -
System Red Green Blue C M Y K H S L
Decimal 188 45 100 0 0.76 0.47 0.26 336.92 0.61 0.46
Hex BC 2D 64 0 4C 2F 1A 151 3D 2E
Octal 274 55 144 0 114 57 32 521 75 56
Binary 10111100 101101 1100100 0 1001100 101111 11010 101010001 111101 101110

Color Harmonies of #BC2D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2D64

Black with #BC2D64

Text Example


Text Example

White with #BC2D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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