Html Css Color HEX #BC294D Old Rose

📋 copy color: '#BC294D'

red 188 ◦ green 41 ◦ blue 77

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

Shades of Old Rose #BC294D

Tints of Old Rose #BC294D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.16%

R = 61.44%
G = 13.4%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC294D (or 0xBC294D) is known color: Old Rose. HEX triplet: BC, 29 and 4D. RGB value is (188,41,77). Sum of RGB (Red+Green+Blue) = 188+41+77=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC294D is #43D6B2. Grayscale: #595959. Windows color (decimal): -4445875 or 5056956. OLE color: 5056956.

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

Color convert

RGB 188 41 77 -
CMYK 0 0.78 0.59 0.26
HSL 345.31º 0.64% 0.45% -
HSV(B) 345.31º 0.78% 0.74% -
XYZ 22.87 12.81 8.29 -
YUV 89.06 121.2 198.57 -
System Red Green Blue C M Y K H S L
Decimal 188 41 77 0 0.78 0.59 0.26 345.31 0.64 0.45
Hex BC 29 4D 0 4E 3B 1A 159 40 2D
Octal 274 51 115 0 116 73 32 531 100 55
Binary 10111100 101001 1001101 0 1001110 111011 11010 101011001 1000000 101101

Color Harmonies of #BC294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC294D

Black with #BC294D

Text Example


Text Example

White with #BC294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC294D; }

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

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

background-color css

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

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

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

border-color css

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

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

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