Html Css Color HEX #BC2656 Old Rose

📋 copy color: '#BC2656'

red 188 ◦ green 38 ◦ blue 86

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

Shades of Old Rose #BC2656

Tints of Old Rose #BC2656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.56%

R = 60.26%
G = 12.18%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC2656 (or 0xBC2656) is known color: Old Rose. HEX triplet: BC, 26 and 56. RGB value is (188,38,86). Sum of RGB (Red+Green+Blue) = 188+38+86=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2656 is #43D9A9. Grayscale: #585858. Windows color (decimal): -4446634 or 5646012. OLE color: 5646012.

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

Color convert

RGB 188 38 86 -
CMYK 0 0.80 0.54 0.26
HSL 340.8º 0.66% 0.44% -
HSV(B) 340.8º 0.8% 0.74% -
XYZ 23.11 12.75 10.05 -
YUV 88.32 126.7 199.1 -
System Red Green Blue C M Y K H S L
Decimal 188 38 86 0 0.80 0.54 0.26 340.8 0.66 0.44
Hex BC 26 56 0 50 36 1A 155 42 2C
Octal 274 46 126 0 120 66 32 525 102 54
Binary 10111100 100110 1010110 0 1010000 110110 11010 101010101 1000010 101100

Color Harmonies of #BC2656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2656

Black with #BC2656

Text Example


Text Example

White with #BC2656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2656; }

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

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

background-color css

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

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

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

border-color css

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

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

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