Html Css Color HEX #BC2D58 Old Rose

📋 copy color: '#BC2D58'

red 188 ◦ green 45 ◦ blue 88

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

Shades of Old Rose #BC2D58

Tints of Old Rose #BC2D58

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.02%

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

R = 58.57%
G = 14.02%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC2D58 (or 0xBC2D58) is known color: Old Rose. HEX triplet: BC, 2D and 58. RGB value is (188,45,88). Sum of RGB (Red+Green+Blue) = 188+45+88=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2D58 is #43D2A7. Grayscale: #5C5C5C. Windows color (decimal): -4444840 or 5778876. OLE color: 5778876.

HSL color Cylindrical-coordinate representation of color #BC2D58: hue angle of 341.96º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2D58 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 45 88 -
CMYK 0 0.76 0.53 0.26
HSL 341.96º 0.61% 0.46% -
HSV(B) 341.96º 0.76% 0.74% -
XYZ 23.44 13.27 10.56 -
YUV 92.66 125.38 196 -
System Red Green Blue C M Y K H S L
Decimal 188 45 88 0 0.76 0.53 0.26 341.96 0.61 0.46
Hex BC 2D 58 0 4C 35 1A 156 3D 2E
Octal 274 55 130 0 114 65 32 526 75 56
Binary 10111100 101101 1011000 0 1001100 110101 11010 101010110 111101 101110

Color Harmonies of #BC2D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2D58

Black with #BC2D58

Text Example


Text Example

White with #BC2D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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