Html Css Color HEX #BC4449 Old Rose

📋 copy color: '#BC4449'

red 188 ◦ green 68 ◦ blue 73

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

Shades of Old Rose #BC4449

Tints of Old Rose #BC4449

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.67%

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

R = 57.14%
G = 20.67%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC4449 (or 0xBC4449) is known color: Old Rose. HEX triplet: BC, 44 and 49. RGB value is (188,68,73). Sum of RGB (Red+Green+Blue) = 188+68+73=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4449 is #43BBB6. Grayscale: #686868. Windows color (decimal): -4438967 or 4801724. OLE color: 4801724.

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

Color convert

RGB 188 68 73 -
CMYK 0 0.64 0.61 0.26
HSL 357.5º 0.47% 0.5% -
HSV(B) 357.5º 0.64% 0.74% -
XYZ 24.01 15.31 7.99 -
YUV 104.45 110.26 187.59 -
System Red Green Blue C M Y K H S L
Decimal 188 68 73 0 0.64 0.61 0.26 357.5 0.47 0.5
Hex BC 44 49 0 40 3D 1A 166 2F 32
Octal 274 104 111 0 100 75 32 546 57 62
Binary 10111100 1000100 1001001 0 1000000 111101 11010 101100110 101111 110010

Color Harmonies of #BC4449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4449

Black with #BC4449

Text Example


Text Example

White with #BC4449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4449; }

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

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

background-color css

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

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

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

border-color css

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

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

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