Html Css Color HEX #BC3846 Old Rose

📋 copy color: '#BC3846'

red 188 ◦ green 56 ◦ blue 70

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

Shades of Old Rose #BC3846

Tints of Old Rose #BC3846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.29%

R = 59.87%
G = 17.83%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC3846 (or 0xBC3846) is known color: Old Rose. HEX triplet: BC, 38 and 46. RGB value is (188,56,70). Sum of RGB (Red+Green+Blue) = 188+56+70=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3846 is #43C7B9. Grayscale: #616161. Windows color (decimal): -4442042 or 4602044. OLE color: 4602044.

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

Color convert

RGB 188 56 70 -
CMYK 0 0.70 0.63 0.26
HSL 353.64º 0.54% 0.48% -
HSV(B) 353.64º 0.7% 0.74% -
XYZ 23.26 13.96 7.26 -
YUV 97.06 112.73 192.86 -
System Red Green Blue C M Y K H S L
Decimal 188 56 70 0 0.70 0.63 0.26 353.64 0.54 0.48
Hex BC 38 46 0 46 3F 1A 162 36 30
Octal 274 70 106 0 106 77 32 542 66 60
Binary 10111100 111000 1000110 0 1000110 111111 11010 101100010 110110 110000

Color Harmonies of #BC3846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3846

Black with #BC3846

Text Example


Text Example

White with #BC3846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3846; }

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

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

background-color css

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

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

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

border-color css

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

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

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