Html Css Color HEX #BC2647 Old Rose

📋 copy color: '#BC2647'

red 188 ◦ green 38 ◦ blue 71

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

Shades of Old Rose #BC2647

Tints of Old Rose #BC2647

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.79%

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

R = 63.3%
G = 12.79%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC2647 (or 0xBC2647) is known color: Old Rose. HEX triplet: BC, 26 and 47. RGB value is (188,38,71). Sum of RGB (Red+Green+Blue) = 188+38+71=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2647 is #43D9B8. Grayscale: #565656. Windows color (decimal): -4446649 or 4662972. OLE color: 4662972.

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

Color convert

RGB 188 38 71 -
CMYK 0 0.80 0.62 0.26
HSL 346.8º 0.66% 0.44% -
HSV(B) 346.8º 0.8% 0.74% -
XYZ 22.57 12.53 7.19 -
YUV 86.61 119.2 200.32 -
System Red Green Blue C M Y K H S L
Decimal 188 38 71 0 0.80 0.62 0.26 346.8 0.66 0.44
Hex BC 26 47 0 50 3E 1A 15B 42 2C
Octal 274 46 107 0 120 76 32 533 102 54
Binary 10111100 100110 1000111 0 1010000 111110 11010 101011011 1000010 101100

Color Harmonies of #BC2647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2647

Black with #BC2647

Text Example


Text Example

White with #BC2647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2647; }

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

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

background-color css

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

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

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

border-color css

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

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

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