Html Css Color HEX #BC2C5C Old Rose

📋 copy color: '#BC2C5C'

red 188 ◦ green 44 ◦ blue 92

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

Shades of Old Rose #BC2C5C

Tints of Old Rose #BC2C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.4%

R = 58.02%
G = 13.58%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC2C5C (or 0xBC2C5C) is known color: Old Rose. HEX triplet: BC, 2C and 5C. RGB value is (188,44,92). Sum of RGB (Red+Green+Blue) = 188+44+92=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2C5C is #43D3A3. Grayscale: #5C5C5C. Windows color (decimal): -4445092 or 6040764. OLE color: 6040764.

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

Color convert

RGB 188 44 92 -
CMYK 0 0.77 0.51 0.26
HSL 340º 0.62% 0.45% -
HSV(B) 340º 0.77% 0.74% -
XYZ 23.57 13.27 11.44 -
YUV 92.53 127.71 196.1 -
System Red Green Blue C M Y K H S L
Decimal 188 44 92 0 0.77 0.51 0.26 340 0.62 0.45
Hex BC 2C 5C 0 4D 33 1A 154 3E 2D
Octal 274 54 134 0 115 63 32 524 76 55
Binary 10111100 101100 1011100 0 1001101 110011 11010 101010100 111110 101101

Color Harmonies of #BC2C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2C5C

Black with #BC2C5C

Text Example


Text Example

White with #BC2C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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