Html Css Color HEX #BC294C Old Rose

📋 copy color: '#BC294C'

red 188 ◦ green 41 ◦ blue 76

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

Shades of Old Rose #BC294C

Tints of Old Rose #BC294C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.92%

R = 61.64%
G = 13.44%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC294C (or 0xBC294C) is known color: Old Rose. HEX triplet: BC, 29 and 4C. RGB value is (188,41,76). Sum of RGB (Red+Green+Blue) = 188+41+76=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC294C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC294C is #43D6B3. Grayscale: #585858. Windows color (decimal): -4445876 or 4991420. OLE color: 4991420.

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

Color convert

RGB 188 41 76 -
CMYK 0 0.78 0.60 0.26
HSL 345.71º 0.64% 0.45% -
HSV(B) 345.71º 0.78% 0.74% -
XYZ 22.84 12.8 8.1 -
YUV 88.94 120.7 198.65 -
System Red Green Blue C M Y K H S L
Decimal 188 41 76 0 0.78 0.60 0.26 345.71 0.64 0.45
Hex BC 29 4C 0 4E 3C 1A 15A 40 2D
Octal 274 51 114 0 116 74 32 532 100 55
Binary 10111100 101001 1001100 0 1001110 111100 11010 101011010 1000000 101101

Color Harmonies of #BC294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC294C

Black with #BC294C

Text Example


Text Example

White with #BC294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC294C; }

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

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

background-color css

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

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

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

border-color css

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

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

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