Html Css Color HEX #BC2C54 Old Rose

📋 copy color: '#BC2C54'

red 188 ◦ green 44 ◦ blue 84

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

Shades of Old Rose #BC2C54

Tints of Old Rose #BC2C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.58%

R = 59.49%
G = 13.92%
B = 26.58%

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

#BC2C54 (or 0xBC2C54) is known color: Old Rose. HEX triplet: BC, 2C and 54. RGB value is (188,44,84). Sum of RGB (Red+Green+Blue) = 188+44+84=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2C54 is #43D3AB. Grayscale: #5B5B5B. Windows color (decimal): -4445100 or 5516476. OLE color: 5516476.

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

Color convert

RGB 188 44 84 -
CMYK 0 0.77 0.55 0.26
HSL 343.33º 0.62% 0.45% -
HSV(B) 343.33º 0.77% 0.74% -
XYZ 23.24 13.13 9.7 -
YUV 91.62 123.71 196.75 -
System Red Green Blue C M Y K H S L
Decimal 188 44 84 0 0.77 0.55 0.26 343.33 0.62 0.45
Hex BC 2C 54 0 4D 37 1A 157 3E 2D
Octal 274 54 124 0 115 67 32 527 76 55
Binary 10111100 101100 1010100 0 1001101 110111 11010 101010111 111110 101101

Color Harmonies of #BC2C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2C54

Black with #BC2C54

Text Example


Text Example

White with #BC2C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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