Html Css Color HEX #BC2650 Old Rose

📋 copy color: '#BC2650'

red 188 ◦ green 38 ◦ blue 80

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

Shades of Old Rose #BC2650

Tints of Old Rose #BC2650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.14%

R = 61.44%
G = 12.42%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC2650 (or 0xBC2650) is known color: Old Rose. HEX triplet: BC, 26 and 50. RGB value is (188,38,80). Sum of RGB (Red+Green+Blue) = 188+38+80=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2650 is #43D9AF. Grayscale: #575757. Windows color (decimal): -4446640 or 5252796. OLE color: 5252796.

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

Color convert

RGB 188 38 80 -
CMYK 0 0.80 0.57 0.26
HSL 343.2º 0.66% 0.44% -
HSV(B) 343.2º 0.8% 0.74% -
XYZ 22.88 12.66 8.83 -
YUV 87.64 123.7 199.58 -
System Red Green Blue C M Y K H S L
Decimal 188 38 80 0 0.80 0.57 0.26 343.2 0.66 0.44
Hex BC 26 50 0 50 39 1A 157 42 2C
Octal 274 46 120 0 120 71 32 527 102 54
Binary 10111100 100110 1010000 0 1010000 111001 11010 101010111 1000010 101100

Color Harmonies of #BC2650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2650

Black with #BC2650

Text Example


Text Example

White with #BC2650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2650; }

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

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

background-color css

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

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

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

border-color css

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

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

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