Html Css Color HEX #BC2749 Old Rose

📋 copy color: '#BC2749'

red 188 ◦ green 39 ◦ blue 73

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

Shades of Old Rose #BC2749

Tints of Old Rose #BC2749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13%

 BLUE value IS 73 (28.91% from 255) = 24.33%

R = 62.67%
G = 13%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC2749 (or 0xBC2749) is known color: Old Rose. HEX triplet: BC, 27 and 49. RGB value is (188,39,73). Sum of RGB (Red+Green+Blue) = 188+39+73=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2749 is #43D8B6. Grayscale: #575757. Windows color (decimal): -4446391 or 4794300. OLE color: 4794300.

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

Color convert

RGB 188 39 73 -
CMYK 0 0.79 0.61 0.26
HSL 346.31º 0.66% 0.45% -
HSV(B) 346.31º 0.79% 0.74% -
XYZ 22.67 12.62 7.55 -
YUV 87.43 119.86 199.74 -
System Red Green Blue C M Y K H S L
Decimal 188 39 73 0 0.79 0.61 0.26 346.31 0.66 0.45
Hex BC 27 49 0 4F 3D 1A 15A 42 2D
Octal 274 47 111 0 117 75 32 532 102 55
Binary 10111100 100111 1001001 0 1001111 111101 11010 101011010 1000010 101101

Color Harmonies of #BC2749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2749

Black with #BC2749

Text Example


Text Example

White with #BC2749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2749; }

 p { color: rgb(188,39,73); }

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

background-color css

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

 a { background-color: rgb(188,39,73); }

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

border-color css

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

 span { border-color: rgb(188,39,73); }

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