Html Css Color HEX #BC2247 Old Rose

📋 copy color: '#BC2247'

red 188 ◦ green 34 ◦ blue 71

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

Shades of Old Rose #BC2247

Tints of Old Rose #BC2247

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.6%

 BLUE value IS 71 (28.13% from 255) = 24.23%

R = 64.16%
G = 11.6%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC2247 (or 0xBC2247) is known color: Old Rose. HEX triplet: BC, 22 and 47. RGB value is (188,34,71). Sum of RGB (Red+Green+Blue) = 188+34+71=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2247 is #43DDB8. Grayscale: #545454. Windows color (decimal): -4447673 or 4661948. OLE color: 4661948.

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

Color convert

RGB 188 34 71 -
CMYK 0 0.82 0.62 0.26
HSL 345.58º 0.69% 0.44% -
HSV(B) 345.58º 0.82% 0.74% -
XYZ 22.45 12.29 7.15 -
YUV 84.26 120.52 201.99 -
System Red Green Blue C M Y K H S L
Decimal 188 34 71 0 0.82 0.62 0.26 345.58 0.69 0.44
Hex BC 22 47 0 52 3E 1A 15A 45 2C
Octal 274 42 107 0 122 76 32 532 105 54
Binary 10111100 100010 1000111 0 1010010 111110 11010 101011010 1000101 101100

Color Harmonies of #BC2247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2247

Black with #BC2247

Text Example


Text Example

White with #BC2247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2247; }

 p { color: rgb(188,34,71); }

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

background-color css

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

 a { background-color: rgb(188,34,71); }

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

border-color css

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

 span { border-color: rgb(188,34,71); }

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