Html Css Color HEX #BC294E Old Rose

📋 copy color: '#BC294E'

red 188 ◦ green 41 ◦ blue 78

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

Shades of Old Rose #BC294E

Tints of Old Rose #BC294E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.41%

R = 61.24%
G = 13.36%
B = 25.41%

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

#BC294E (or 0xBC294E) is known color: Old Rose. HEX triplet: BC, 29 and 4E. RGB value is (188,41,78). Sum of RGB (Red+Green+Blue) = 188+41+78=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC294E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC294E is #43D6B1. Grayscale: #595959. Windows color (decimal): -4445874 or 5122492. OLE color: 5122492.

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

Color convert

RGB 188 41 78 -
CMYK 0 0.78 0.59 0.26
HSL 344.9º 0.64% 0.45% -
HSV(B) 344.9º 0.78% 0.74% -
XYZ 22.91 12.83 8.48 -
YUV 89.17 121.7 198.49 -
System Red Green Blue C M Y K H S L
Decimal 188 41 78 0 0.78 0.59 0.26 344.9 0.64 0.45
Hex BC 29 4E 0 4E 3B 1A 159 40 2D
Octal 274 51 116 0 116 73 32 531 100 55
Binary 10111100 101001 1001110 0 1001110 111011 11010 101011001 1000000 101101

Color Harmonies of #BC294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC294E

Black with #BC294E

Text Example


Text Example

White with #BC294E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC294E; }

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

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

background-color css

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

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

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

border-color css

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

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

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