Html Css Color HEX #BC2C4F Old Rose

📋 copy color: '#BC2C4F'

red 188 ◦ green 44 ◦ blue 79

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

Shades of Old Rose #BC2C4F

Tints of Old Rose #BC2C4F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.15%

 BLUE value IS 79 (31.25% from 255) = 25.4%

R = 60.45%
G = 14.15%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC2C4F (or 0xBC2C4F) is known color: Old Rose. HEX triplet: BC, 2C and 4F. RGB value is (188,44,79). Sum of RGB (Red+Green+Blue) = 188+44+79=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2C4F is #43D3B0. Grayscale: #5B5B5B. Windows color (decimal): -4445105 or 5188796. OLE color: 5188796.

HSL color Cylindrical-coordinate representation of color #BC2C4F: hue angle of 345.42º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2C4F is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 44 79 -
CMYK 0 0.77 0.58 0.26
HSL 345.42º 0.62% 0.45% -
HSV(B) 345.42º 0.77% 0.74% -
XYZ 23.05 13.06 8.7 -
YUV 91.05 121.21 197.15 -
System Red Green Blue C M Y K H S L
Decimal 188 44 79 0 0.77 0.58 0.26 345.42 0.62 0.45
Hex BC 2C 4F 0 4D 3A 1A 159 3E 2D
Octal 274 54 117 0 115 72 32 531 76 55
Binary 10111100 101100 1001111 0 1001101 111010 11010 101011001 111110 101101

Color Harmonies of #BC2C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2C4F

Black with #BC2C4F

Text Example


Text Example

White with #BC2C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2C4F; }

 p { color: rgb(188,44,79); }

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

background-color css

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

 a { background-color: rgb(188,44,79); }

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

border-color css

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

 span { border-color: rgb(188,44,79); }

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