Html Css Color HEX #BC2C68 Rouge

📋 copy color: '#BC2C68'

red 188 ◦ green 44 ◦ blue 104

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

Shades of Rouge #BC2C68

Tints of Rouge #BC2C68

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.1%

 BLUE value IS 104 (41.02% from 255) = 30.95%

R = 55.95%
G = 13.1%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC2C68 (or 0xBC2C68) is known color: Rouge. HEX triplet: BC, 2C and 68. RGB value is (188,44,104). Sum of RGB (Red+Green+Blue) = 188+44+104=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2C68 is #43D397. Grayscale: #5D5D5D. Windows color (decimal): -4445080 or 6827196. OLE color: 6827196.

HSL color Cylindrical-coordinate representation of color #BC2C68: hue angle of 335º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2C68 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 44 104 -
CMYK 0 0.77 0.45 0.26
HSL 335º 0.62% 0.45% -
HSV(B) 335º 0.77% 0.74% -
XYZ 24.14 13.49 14.43 -
YUV 93.9 133.71 195.12 -
System Red Green Blue C M Y K H S L
Decimal 188 44 104 0 0.77 0.45 0.26 335 0.62 0.45
Hex BC 2C 68 0 4D 2D 1A 14F 3E 2D
Octal 274 54 150 0 115 55 32 517 76 55
Binary 10111100 101100 1101000 0 1001101 101101 11010 101001111 111110 101101

Color Harmonies of #BC2C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2C68

Black with #BC2C68

Text Example


Text Example

White with #BC2C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2C68; }

 p { color: rgb(188,44,104); }

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

background-color css

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

 a { background-color: rgb(188,44,104); }

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

border-color css

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

 span { border-color: rgb(188,44,104); }

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