Html Css Color HEX #BC2747 Old Rose

📋 copy color: '#BC2747'

red 188 ◦ green 39 ◦ blue 71

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

Shades of Old Rose #BC2747

Tints of Old Rose #BC2747

RGB

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

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

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

R = 63.09%
G = 13.09%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC2747 (or 0xBC2747) is known color: Old Rose. HEX triplet: BC, 27 and 47. RGB value is (188,39,71). Sum of RGB (Red+Green+Blue) = 188+39+71=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2747 is #43D8B8. Grayscale: #575757. Windows color (decimal): -4446393 or 4663228. OLE color: 4663228.

HSL color Cylindrical-coordinate representation of color #BC2747: hue angle of 347.11º 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 #BC2747 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 39 71 -
CMYK 0 0.79 0.62 0.26
HSL 347.11º 0.66% 0.45% -
HSV(B) 347.11º 0.79% 0.74% -
XYZ 22.6 12.6 7.2 -
YUV 87.2 118.86 199.9 -
System Red Green Blue C M Y K H S L
Decimal 188 39 71 0 0.79 0.62 0.26 347.11 0.66 0.45
Hex BC 27 47 0 4F 3E 1A 15B 42 2D
Octal 274 47 107 0 117 76 32 533 102 55
Binary 10111100 100111 1000111 0 1001111 111110 11010 101011011 1000010 101101

Color Harmonies of #BC2747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2747

Black with #BC2747

Text Example


Text Example

White with #BC2747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2747; }

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

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

background-color css

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

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

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

border-color css

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

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

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