Html Css Color HEX #BC295F Old Rose

📋 copy color: '#BC295F'

red 188 ◦ green 41 ◦ blue 95

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

Shades of Old Rose #BC295F

Tints of Old Rose #BC295F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.32%

R = 58.02%
G = 12.65%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC295F (or 0xBC295F) is known color: Old Rose. HEX triplet: BC, 29 and 5F. RGB value is (188,41,95). Sum of RGB (Red+Green+Blue) = 188+41+95=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC295F is #43D6A0. Grayscale: #5B5B5B. Windows color (decimal): -4445857 or 6236604. OLE color: 6236604.

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

Color convert

RGB 188 41 95 -
CMYK 0 0.78 0.49 0.26
HSL 337.96º 0.64% 0.45% -
HSV(B) 337.96º 0.78% 0.74% -
XYZ 23.6 13.1 12.11 -
YUV 91.11 130.2 197.11 -
System Red Green Blue C M Y K H S L
Decimal 188 41 95 0 0.78 0.49 0.26 337.96 0.64 0.45
Hex BC 29 5F 0 4E 31 1A 152 40 2D
Octal 274 51 137 0 116 61 32 522 100 55
Binary 10111100 101001 1011111 0 1001110 110001 11010 101010010 1000000 101101

Color Harmonies of #BC295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC295F

Black with #BC295F

Text Example


Text Example

White with #BC295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC295F; }

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

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

background-color css

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

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

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

border-color css

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

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

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