Html Css Color HEX #BC4248 Old Rose

📋 copy color: '#BC4248'

red 188 ◦ green 66 ◦ blue 72

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

Shades of Old Rose #BC4248

Tints of Old Rose #BC4248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.09%

R = 57.67%
G = 20.25%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC4248 (or 0xBC4248) is known color: Old Rose. HEX triplet: BC, 42 and 48. RGB value is (188,66,72). Sum of RGB (Red+Green+Blue) = 188+66+72=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4248 is #43BDB7. Grayscale: #676767. Windows color (decimal): -4439480 or 4735676. OLE color: 4735676.

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

Color convert

RGB 188 66 72 -
CMYK 0 0.65 0.62 0.26
HSL 357.05º 0.48% 0.5% -
HSV(B) 357.05º 0.65% 0.74% -
XYZ 23.86 15.06 7.78 -
YUV 103.16 110.42 188.51 -
System Red Green Blue C M Y K H S L
Decimal 188 66 72 0 0.65 0.62 0.26 357.05 0.48 0.5
Hex BC 42 48 0 41 3E 1A 165 30 32
Octal 274 102 110 0 101 76 32 545 60 62
Binary 10111100 1000010 1001000 0 1000001 111110 11010 101100101 110000 110010

Color Harmonies of #BC4248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4248

Black with #BC4248

Text Example


Text Example

White with #BC4248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4248; }

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

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

background-color css

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

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

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

border-color css

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

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

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