Html Css Color HEX #BC2B65 Rouge

📋 copy color: '#BC2B65'

red 188 ◦ green 43 ◦ blue 101

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

Shades of Rouge #BC2B65

Tints of Rouge #BC2B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.42%

R = 56.63%
G = 12.95%
B = 30.42%

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

#BC2B65 (or 0xBC2B65) is known color: Rouge. HEX triplet: BC, 2B and 65. RGB value is (188,43,101). Sum of RGB (Red+Green+Blue) = 188+43+101=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2B65 is #43D49A. Grayscale: #5C5C5C. Windows color (decimal): -4445339 or 6630332. OLE color: 6630332.

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

Color convert

RGB 188 43 101 -
CMYK 0 0.77 0.46 0.26
HSL 336º 0.63% 0.45% -
HSV(B) 336º 0.77% 0.74% -
XYZ 23.95 13.36 13.63 -
YUV 92.97 132.54 195.78 -
System Red Green Blue C M Y K H S L
Decimal 188 43 101 0 0.77 0.46 0.26 336 0.63 0.45
Hex BC 2B 65 0 4D 2E 1A 150 3F 2D
Octal 274 53 145 0 115 56 32 520 77 55
Binary 10111100 101011 1100101 0 1001101 101110 11010 101010000 111111 101101

Color Harmonies of #BC2B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2B65

Black with #BC2B65

Text Example


Text Example

White with #BC2B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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