Html Css Color HEX #BC2551 Old Rose

📋 copy color: '#BC2551'

red 188 ◦ green 37 ◦ blue 81

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

Shades of Old Rose #BC2551

Tints of Old Rose #BC2551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.47%

R = 61.44%
G = 12.09%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC2551 (or 0xBC2551) is known color: Old Rose. HEX triplet: BC, 25 and 51. RGB value is (188,37,81). Sum of RGB (Red+Green+Blue) = 188+37+81=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2551 is #43DAAE. Grayscale: #575757. Windows color (decimal): -4446895 or 5318076. OLE color: 5318076.

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

Color convert

RGB 188 37 81 -
CMYK 0 0.80 0.57 0.26
HSL 342.52º 0.67% 0.44% -
HSV(B) 342.52º 0.8% 0.74% -
XYZ 22.89 12.61 9.01 -
YUV 87.17 124.53 199.92 -
System Red Green Blue C M Y K H S L
Decimal 188 37 81 0 0.80 0.57 0.26 342.52 0.67 0.44
Hex BC 25 51 0 50 39 1A 157 43 2C
Octal 274 45 121 0 120 71 32 527 103 54
Binary 10111100 100101 1010001 0 1010000 111001 11010 101010111 1000011 101100

Color Harmonies of #BC2551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2551

Black with #BC2551

Text Example


Text Example

White with #BC2551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2551; }

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

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

background-color css

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

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

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

border-color css

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

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

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