Html Css Color HEX #BC3746 Old Rose

📋 copy color: '#BC3746'

red 188 ◦ green 55 ◦ blue 70

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

Shades of Old Rose #BC3746

Tints of Old Rose #BC3746

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.57%

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

R = 60.06%
G = 17.57%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC3746 (or 0xBC3746) is known color: Old Rose. HEX triplet: BC, 37 and 46. RGB value is (188,55,70). Sum of RGB (Red+Green+Blue) = 188+55+70=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3746 is #43C8B9. Grayscale: #606060. Windows color (decimal): -4442298 or 4601788. OLE color: 4601788.

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

Color convert

RGB 188 55 70 -
CMYK 0 0.71 0.63 0.26
HSL 353.23º 0.55% 0.48% -
HSV(B) 353.23º 0.71% 0.74% -
XYZ 23.21 13.87 7.25 -
YUV 96.48 113.06 193.28 -
System Red Green Blue C M Y K H S L
Decimal 188 55 70 0 0.71 0.63 0.26 353.23 0.55 0.48
Hex BC 37 46 0 47 3F 1A 161 37 30
Octal 274 67 106 0 107 77 32 541 67 60
Binary 10111100 110111 1000110 0 1000111 111111 11010 101100001 110111 110000

Color Harmonies of #BC3746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3746

Black with #BC3746

Text Example


Text Example

White with #BC3746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3746; }

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

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

background-color css

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

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

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

border-color css

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

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

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