Html Css Color HEX #BC2C55 Old Rose

📋 copy color: '#BC2C55'

red 188 ◦ green 44 ◦ blue 85

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

Shades of Old Rose #BC2C55

Tints of Old Rose #BC2C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.81%

R = 59.31%
G = 13.88%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC2C55 (or 0xBC2C55) is known color: Old Rose. HEX triplet: BC, 2C and 55. RGB value is (188,44,85). Sum of RGB (Red+Green+Blue) = 188+44+85=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2C55 is #43D3AA. Grayscale: #5B5B5B. Windows color (decimal): -4445099 or 5582012. OLE color: 5582012.

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

Color convert

RGB 188 44 85 -
CMYK 0 0.77 0.55 0.26
HSL 342.92º 0.62% 0.45% -
HSV(B) 342.92º 0.77% 0.74% -
XYZ 23.28 13.15 9.91 -
YUV 91.73 124.21 196.67 -
System Red Green Blue C M Y K H S L
Decimal 188 44 85 0 0.77 0.55 0.26 342.92 0.62 0.45
Hex BC 2C 55 0 4D 37 1A 157 3E 2D
Octal 274 54 125 0 115 67 32 527 76 55
Binary 10111100 101100 1010101 0 1001101 110111 11010 101010111 111110 101101

Color Harmonies of #BC2C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2C55

Black with #BC2C55

Text Example


Text Example

White with #BC2C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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