Html Css Color HEX #BC2668 Rouge

📋 copy color: '#BC2668'

red 188 ◦ green 38 ◦ blue 104

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

Shades of Rouge #BC2668

Tints of Rouge #BC2668

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.52%

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

R = 56.97%
G = 11.52%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC2668 (or 0xBC2668) is known color: Rouge. HEX triplet: BC, 26 and 68. RGB value is (188,38,104). Sum of RGB (Red+Green+Blue) = 188+38+104=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2668 is #43D997. Grayscale: #5A5A5A. Windows color (decimal): -4446616 or 6825660. OLE color: 6825660.

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

Color convert

RGB 188 38 104 -
CMYK 0 0.80 0.45 0.26
HSL 333.6º 0.66% 0.44% -
HSV(B) 333.6º 0.8% 0.74% -
XYZ 23.93 13.08 14.36 -
YUV 90.37 135.7 197.63 -
System Red Green Blue C M Y K H S L
Decimal 188 38 104 0 0.80 0.45 0.26 333.6 0.66 0.44
Hex BC 26 68 0 50 2D 1A 14E 42 2C
Octal 274 46 150 0 120 55 32 516 102 54
Binary 10111100 100110 1101000 0 1010000 101101 11010 101001110 1000010 101100

Color Harmonies of #BC2668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2668

Black with #BC2668

Text Example


Text Example

White with #BC2668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2668; }

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

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

background-color css

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

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

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

border-color css

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

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

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