Html Css Color HEX #BC295E Old Rose

📋 copy color: '#BC295E'

red 188 ◦ green 41 ◦ blue 94

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

Shades of Old Rose #BC295E

Tints of Old Rose #BC295E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.1%

R = 58.2%
G = 12.69%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC295E (or 0xBC295E) is known color: Old Rose. HEX triplet: BC, 29 and 5E. RGB value is (188,41,94). Sum of RGB (Red+Green+Blue) = 188+41+94=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC295E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC295E is #43D6A1. Grayscale: #5A5A5A. Windows color (decimal): -4445858 or 6171068. OLE color: 6171068.

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

Color convert

RGB 188 41 94 -
CMYK 0 0.78 0.50 0.26
HSL 338.37º 0.64% 0.45% -
HSV(B) 338.37º 0.78% 0.74% -
XYZ 23.55 13.09 11.87 -
YUV 91 129.7 197.19 -
System Red Green Blue C M Y K H S L
Decimal 188 41 94 0 0.78 0.50 0.26 338.37 0.64 0.45
Hex BC 29 5E 0 4E 32 1A 152 40 2D
Octal 274 51 136 0 116 62 32 522 100 55
Binary 10111100 101001 1011110 0 1001110 110010 11010 101010010 1000000 101101

Color Harmonies of #BC295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC295E

Black with #BC295E

Text Example


Text Example

White with #BC295E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC295E; }

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

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

background-color css

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

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

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

border-color css

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

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

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