Html Css Color HEX #BC3247 Old Rose

📋 copy color: '#BC3247'

red 188 ◦ green 50 ◦ blue 71

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

Shades of Old Rose #BC3247

Tints of Old Rose #BC3247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.18%

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

R = 60.84%
G = 16.18%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC3247 (or 0xBC3247) is known color: Old Rose. HEX triplet: BC, 32 and 47. RGB value is (188,50,71). Sum of RGB (Red+Green+Blue) = 188+50+71=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3247 is #43CDB8. Grayscale: #5D5D5D. Windows color (decimal): -4443577 or 4666044. OLE color: 4666044.

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

Color convert

RGB 188 50 71 -
CMYK 0 0.73 0.62 0.26
HSL 350.87º 0.58% 0.47% -
HSV(B) 350.87º 0.73% 0.74% -
XYZ 23.02 13.43 7.34 -
YUV 93.66 115.22 195.29 -
System Red Green Blue C M Y K H S L
Decimal 188 50 71 0 0.73 0.62 0.26 350.87 0.58 0.47
Hex BC 32 47 0 49 3E 1A 15F 3A 2F
Octal 274 62 107 0 111 76 32 537 72 57
Binary 10111100 110010 1000111 0 1001001 111110 11010 101011111 111010 101111

Color Harmonies of #BC3247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3247

Black with #BC3247

Text Example


Text Example

White with #BC3247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3247; }

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

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

background-color css

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

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

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

border-color css

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

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

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