Html Css Color HEX #BC2B66 Rouge

📋 copy color: '#BC2B66'

red 188 ◦ green 43 ◦ blue 102

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

Shades of Rouge #BC2B66

Tints of Rouge #BC2B66

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.91%

 BLUE value IS 102 (40.23% from 255) = 30.63%

R = 56.46%
G = 12.91%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC2B66 (or 0xBC2B66) is known color: Rouge. HEX triplet: BC, 2B and 66. RGB value is (188,43,102). Sum of RGB (Red+Green+Blue) = 188+43+102=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2B66 is #43D499. Grayscale: #5C5C5C. Windows color (decimal): -4445338 or 6695868. OLE color: 6695868.

HSL color Cylindrical-coordinate representation of color #BC2B66: hue angle of 335.59º degrees, saturation: 0.63, 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 #BC2B66 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 43 102 -
CMYK 0 0.77 0.46 0.26
HSL 335.59º 0.63% 0.45% -
HSV(B) 335.59º 0.77% 0.74% -
XYZ 24 13.38 13.89 -
YUV 93.08 133.04 195.7 -
System Red Green Blue C M Y K H S L
Decimal 188 43 102 0 0.77 0.46 0.26 335.59 0.63 0.45
Hex BC 2B 66 0 4D 2E 1A 150 3F 2D
Octal 274 53 146 0 115 56 32 520 77 55
Binary 10111100 101011 1100110 0 1001101 101110 11010 101010000 111111 101101

Color Harmonies of #BC2B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2B66

Black with #BC2B66

Text Example


Text Example

White with #BC2B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2B66; }

 p { color: rgb(188,43,102); }

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

background-color css

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

 a { background-color: rgb(188,43,102); }

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

border-color css

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

 span { border-color: rgb(188,43,102); }

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