Html Css Color HEX #BC2C58 Old Rose

📋 copy color: '#BC2C58'

red 188 ◦ green 44 ◦ blue 88

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

Shades of Old Rose #BC2C58

Tints of Old Rose #BC2C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.5%

R = 58.75%
G = 13.75%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC2C58 (or 0xBC2C58) is known color: Old Rose. HEX triplet: BC, 2C and 58. RGB value is (188,44,88). Sum of RGB (Red+Green+Blue) = 188+44+88=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2C58 is #43D3A7. Grayscale: #5C5C5C. Windows color (decimal): -4445096 or 5778620. OLE color: 5778620.

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

Color convert

RGB 188 44 88 -
CMYK 0 0.77 0.53 0.26
HSL 341.67º 0.62% 0.45% -
HSV(B) 341.67º 0.77% 0.74% -
XYZ 23.4 13.2 10.55 -
YUV 92.07 125.71 196.42 -
System Red Green Blue C M Y K H S L
Decimal 188 44 88 0 0.77 0.53 0.26 341.67 0.62 0.45
Hex BC 2C 58 0 4D 35 1A 156 3E 2D
Octal 274 54 130 0 115 65 32 526 76 55
Binary 10111100 101100 1011000 0 1001101 110101 11010 101010110 111110 101101

Color Harmonies of #BC2C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2C58

Black with #BC2C58

Text Example


Text Example

White with #BC2C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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