Html Css Color HEX #BC2954 Old Rose

📋 copy color: '#BC2954'

red 188 ◦ green 41 ◦ blue 84

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

Shades of Old Rose #BC2954

Tints of Old Rose #BC2954

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.1%

 BLUE value IS 84 (33.2% from 255) = 26.84%

R = 60.06%
G = 13.1%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC2954 (or 0xBC2954) is known color: Old Rose. HEX triplet: BC, 29 and 54. RGB value is (188,41,84). Sum of RGB (Red+Green+Blue) = 188+41+84=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2954 is #43D6AB. Grayscale: #595959. Windows color (decimal): -4445868 or 5515708. OLE color: 5515708.

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

Color convert

RGB 188 41 84 -
CMYK 0 0.78 0.55 0.26
HSL 342.45º 0.64% 0.45% -
HSV(B) 342.45º 0.78% 0.74% -
XYZ 23.13 12.92 9.66 -
YUV 89.86 124.7 198 -
System Red Green Blue C M Y K H S L
Decimal 188 41 84 0 0.78 0.55 0.26 342.45 0.64 0.45
Hex BC 29 54 0 4E 37 1A 156 40 2D
Octal 274 51 124 0 116 67 32 526 100 55
Binary 10111100 101001 1010100 0 1001110 110111 11010 101010110 1000000 101101

Color Harmonies of #BC2954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2954

Black with #BC2954

Text Example


Text Example

White with #BC2954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2954; }

 p { color: rgb(188,41,84); }

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

background-color css

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

 a { background-color: rgb(188,41,84); }

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

border-color css

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

 span { border-color: rgb(188,41,84); }

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