Html Css Color HEX #BC2459 Old Rose

📋 copy color: '#BC2459'

red 188 ◦ green 36 ◦ blue 89

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

Shades of Old Rose #BC2459

Tints of Old Rose #BC2459

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.5%

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

R = 60.06%
G = 11.5%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC2459 (or 0xBC2459) is known color: Old Rose. HEX triplet: BC, 24 and 59. RGB value is (188,36,89). Sum of RGB (Red+Green+Blue) = 188+36+89=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2459 is #43DBA6. Grayscale: #575757. Windows color (decimal): -4447143 or 5842108. OLE color: 5842108.

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

Color convert

RGB 188 36 89 -
CMYK 0 0.81 0.53 0.26
HSL 339.08º 0.68% 0.44% -
HSV(B) 339.08º 0.81% 0.74% -
XYZ 23.17 12.67 10.68 -
YUV 87.49 128.86 199.69 -
System Red Green Blue C M Y K H S L
Decimal 188 36 89 0 0.81 0.53 0.26 339.08 0.68 0.44
Hex BC 24 59 0 51 35 1A 153 44 2C
Octal 274 44 131 0 121 65 32 523 104 54
Binary 10111100 100100 1011001 0 1010001 110101 11010 101010011 1000100 101100

Color Harmonies of #BC2459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2459

Black with #BC2459

Text Example


Text Example

White with #BC2459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2459; }

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

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

background-color css

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

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

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

border-color css

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

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

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