Html Css Color HEX #BC3849 Old Rose

📋 copy color: '#BC3849'

red 188 ◦ green 56 ◦ blue 73

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

Shades of Old Rose #BC3849

Tints of Old Rose #BC3849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.67%

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

R = 59.31%
G = 17.67%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC3849 (or 0xBC3849) is known color: Old Rose. HEX triplet: BC, 38 and 49. RGB value is (188,56,73). Sum of RGB (Red+Green+Blue) = 188+56+73=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3849 is #43C7B6. Grayscale: #616161. Windows color (decimal): -4442039 or 4798652. OLE color: 4798652.

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

Color convert

RGB 188 56 73 -
CMYK 0 0.70 0.61 0.26
HSL 352.27º 0.54% 0.48% -
HSV(B) 352.27º 0.7% 0.74% -
XYZ 23.36 14 7.77 -
YUV 97.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 188 56 73 0 0.70 0.61 0.26 352.27 0.54 0.48
Hex BC 38 49 0 46 3D 1A 160 36 30
Octal 274 70 111 0 106 75 32 540 66 60
Binary 10111100 111000 1001001 0 1000110 111101 11010 101100000 110110 110000

Color Harmonies of #BC3849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3849

Black with #BC3849

Text Example


Text Example

White with #BC3849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3849; }

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

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

background-color css

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

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

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

border-color css

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

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

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