Html Css Color HEX #BC2F64 Rouge

📋 copy color: '#BC2F64'

red 188 ◦ green 47 ◦ blue 100

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

Shades of Rouge #BC2F64

Tints of Rouge #BC2F64

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.03%

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

R = 56.12%
G = 14.03%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC2F64 (or 0xBC2F64) is known color: Rouge. HEX triplet: BC, 2F and 64. RGB value is (188,47,100). Sum of RGB (Red+Green+Blue) = 188+47+100=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2F64 is #43D09B. Grayscale: #5F5F5F. Windows color (decimal): -4444316 or 6565820. OLE color: 6565820.

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

Color convert

RGB 188 47 100 -
CMYK 0 0.75 0.47 0.26
HSL 337.45º 0.6% 0.46% -
HSV(B) 337.45º 0.75% 0.74% -
XYZ 24.06 13.64 13.42 -
YUV 95.2 130.71 194.19 -
System Red Green Blue C M Y K H S L
Decimal 188 47 100 0 0.75 0.47 0.26 337.45 0.6 0.46
Hex BC 2F 64 0 4B 2F 1A 151 3C 2E
Octal 274 57 144 0 113 57 32 521 74 56
Binary 10111100 101111 1100100 0 1001011 101111 11010 101010001 111100 101110

Color Harmonies of #BC2F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F64

Black with #BC2F64

Text Example


Text Example

White with #BC2F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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