Html Css Color HEX #BC2E58 Old Rose

📋 copy color: '#BC2E58'

red 188 ◦ green 46 ◦ blue 88

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

Shades of Old Rose #BC2E58

Tints of Old Rose #BC2E58

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.29%

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

R = 58.39%
G = 14.29%
B = 27.33%

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

#BC2E58 (or 0xBC2E58) is known color: Old Rose. HEX triplet: BC, 2E and 58. RGB value is (188,46,88). Sum of RGB (Red+Green+Blue) = 188+46+88=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 46 (18.36% from 255 or 14.29% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2E58 is #43D1A7. Grayscale: #5D5D5D. Windows color (decimal): -4444584 or 5779132. OLE color: 5779132.

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

Color convert

RGB 188 46 88 -
CMYK 0 0.76 0.53 0.26
HSL 342.25º 0.61% 0.46% -
HSV(B) 342.25º 0.76% 0.74% -
XYZ 23.48 13.35 10.57 -
YUV 93.25 125.04 195.58 -
System Red Green Blue C M Y K H S L
Decimal 188 46 88 0 0.76 0.53 0.26 342.25 0.61 0.46
Hex BC 2E 58 0 4C 35 1A 156 3D 2E
Octal 274 56 130 0 114 65 32 526 75 56
Binary 10111100 101110 1011000 0 1001100 110101 11010 101010110 111101 101110

Color Harmonies of #BC2E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2E58

Black with #BC2E58

Text Example


Text Example

White with #BC2E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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