Html Css Color HEX #BC294F Old Rose

📋 copy color: '#BC294F'

red 188 ◦ green 41 ◦ blue 79

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

Shades of Old Rose #BC294F

Tints of Old Rose #BC294F

RGB

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

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

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

R = 61.04%
G = 13.31%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC294F (or 0xBC294F) is known color: Old Rose. HEX triplet: BC, 29 and 4F. RGB value is (188,41,79). Sum of RGB (Red+Green+Blue) = 188+41+79=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC294F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC294F is #43D6B0. Grayscale: #595959. Windows color (decimal): -4445873 or 5188028. OLE color: 5188028.

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

Color convert

RGB 188 41 79 -
CMYK 0 0.78 0.58 0.26
HSL 344.49º 0.64% 0.45% -
HSV(B) 344.49º 0.78% 0.74% -
XYZ 22.94 12.84 8.67 -
YUV 89.29 122.2 198.41 -
System Red Green Blue C M Y K H S L
Decimal 188 41 79 0 0.78 0.58 0.26 344.49 0.64 0.45
Hex BC 29 4F 0 4E 3A 1A 158 40 2D
Octal 274 51 117 0 116 72 32 530 100 55
Binary 10111100 101001 1001111 0 1001110 111010 11010 101011000 1000000 101101

Color Harmonies of #BC294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC294F

Black with #BC294F

Text Example


Text Example

White with #BC294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC294F; }

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

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

background-color css

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

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

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

border-color css

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

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

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