Html Css Color HEX #BC4249 Old Rose

📋 copy color: '#BC4249'

red 188 ◦ green 66 ◦ blue 73

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

Shades of Old Rose #BC4249

Tints of Old Rose #BC4249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.18%

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

R = 57.49%
G = 20.18%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC4249 (or 0xBC4249) is known color: Old Rose. HEX triplet: BC, 42 and 49. RGB value is (188,66,73). Sum of RGB (Red+Green+Blue) = 188+66+73=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4249 is #43BDB6. Grayscale: #676767. Windows color (decimal): -4439479 or 4801212. OLE color: 4801212.

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

Color convert

RGB 188 66 73 -
CMYK 0 0.65 0.61 0.26
HSL 356.56º 0.48% 0.5% -
HSV(B) 356.56º 0.65% 0.74% -
XYZ 23.89 15.07 7.95 -
YUV 103.28 110.92 188.43 -
System Red Green Blue C M Y K H S L
Decimal 188 66 73 0 0.65 0.61 0.26 356.56 0.48 0.5
Hex BC 42 49 0 41 3D 1A 165 30 32
Octal 274 102 111 0 101 75 32 545 60 62
Binary 10111100 1000010 1001001 0 1000001 111101 11010 101100101 110000 110010

Color Harmonies of #BC4249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4249

Black with #BC4249

Text Example


Text Example

White with #BC4249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4249; }

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

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

background-color css

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

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

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

border-color css

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

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

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