Html Css Color HEX #BC2646 Old Rose

📋 copy color: '#BC2646'

red 188 ◦ green 38 ◦ blue 70

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

Shades of Old Rose #BC2646

Tints of Old Rose #BC2646

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.84%

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

R = 63.51%
G = 12.84%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC2646 (or 0xBC2646) is known color: Old Rose. HEX triplet: BC, 26 and 46. RGB value is (188,38,70). Sum of RGB (Red+Green+Blue) = 188+38+70=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2646 is #43D9B9. Grayscale: #565656. Windows color (decimal): -4446650 or 4597436. OLE color: 4597436.

HSL color Cylindrical-coordinate representation of color #BC2646: hue angle of 347.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2646 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 38 70 -
CMYK 0 0.80 0.63 0.26
HSL 347.2º 0.66% 0.44% -
HSV(B) 347.2º 0.8% 0.74% -
XYZ 22.54 12.52 7.02 -
YUV 86.5 118.7 200.4 -
System Red Green Blue C M Y K H S L
Decimal 188 38 70 0 0.80 0.63 0.26 347.2 0.66 0.44
Hex BC 26 46 0 50 3F 1A 15B 42 2C
Octal 274 46 106 0 120 77 32 533 102 54
Binary 10111100 100110 1000110 0 1010000 111111 11010 101011011 1000010 101100

Color Harmonies of #BC2646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2646

Black with #BC2646

Text Example


Text Example

White with #BC2646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2646; }

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

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

background-color css

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

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

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

border-color css

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

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

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