Html Css Color HEX #BC2556 Old Rose

📋 copy color: '#BC2556'

red 188 ◦ green 37 ◦ blue 86

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

Shades of Old Rose #BC2556

Tints of Old Rose #BC2556

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.9%

 BLUE value IS 86 (33.98% from 255) = 27.65%

R = 60.45%
G = 11.9%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC2556 (or 0xBC2556) is known color: Old Rose. HEX triplet: BC, 25 and 56. RGB value is (188,37,86). Sum of RGB (Red+Green+Blue) = 188+37+86=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2556 is #43DAA9. Grayscale: #575757. Windows color (decimal): -4446890 or 5645756. OLE color: 5645756.

HSL color Cylindrical-coordinate representation of color #BC2556: hue angle of 340.53º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2556 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 37 86 -
CMYK 0 0.80 0.54 0.26
HSL 340.53º 0.67% 0.44% -
HSV(B) 340.53º 0.8% 0.74% -
XYZ 23.08 12.69 10.04 -
YUV 87.74 127.03 199.52 -
System Red Green Blue C M Y K H S L
Decimal 188 37 86 0 0.80 0.54 0.26 340.53 0.67 0.44
Hex BC 25 56 0 50 36 1A 155 43 2C
Octal 274 45 126 0 120 66 32 525 103 54
Binary 10111100 100101 1010110 0 1010000 110110 11010 101010101 1000011 101100

Color Harmonies of #BC2556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2556

Black with #BC2556

Text Example


Text Example

White with #BC2556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2556; }

 p { color: rgb(188,37,86); }

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

background-color css

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

 a { background-color: rgb(188,37,86); }

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

border-color css

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

 span { border-color: rgb(188,37,86); }

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