Html Css Color HEX #BC1E59 Old Rose

📋 copy color: '#BC1E59'

red 188 ◦ green 30 ◦ blue 89

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

Shades of Old Rose #BC1E59

Tints of Old Rose #BC1E59

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.77%

 BLUE value IS 89 (35.16% from 255) = 28.99%

R = 61.24%
G = 9.77%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC1E59 (or 0xBC1E59) is known color: Old Rose. HEX triplet: BC, 1E and 59. RGB value is (188,30,89). Sum of RGB (Red+Green+Blue) = 188+30+89=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1E59 is #43E1A6. Grayscale: #535353. Windows color (decimal): -4448679 or 5840572. OLE color: 5840572.

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

Color convert

RGB 188 30 89 -
CMYK 0 0.84 0.53 0.26
HSL 337.59º 0.72% 0.43% -
HSV(B) 337.59º 0.84% 0.74% -
XYZ 23.01 12.34 10.62 -
YUV 83.97 130.85 202.2 -
System Red Green Blue C M Y K H S L
Decimal 188 30 89 0 0.84 0.53 0.26 337.59 0.72 0.43
Hex BC 1E 59 0 54 35 1A 152 48 2B
Octal 274 36 131 0 124 65 32 522 110 53
Binary 10111100 11110 1011001 0 1010100 110101 11010 101010010 1001000 101011

Color Harmonies of #BC1E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1E59

Black with #BC1E59

Text Example


Text Example

White with #BC1E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1E59; }

 p { color: rgb(188,30,89); }

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

background-color css

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

 a { background-color: rgb(188,30,89); }

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

border-color css

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

 span { border-color: rgb(188,30,89); }

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