Html Css Color HEX #BC2957 Old Rose

📋 copy color: '#BC2957'

red 188 ◦ green 41 ◦ blue 87

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

Shades of Old Rose #BC2957

Tints of Old Rose #BC2957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.53%

R = 59.49%
G = 12.97%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC2957 (or 0xBC2957) is known color: Old Rose. HEX triplet: BC, 29 and 57. RGB value is (188,41,87). Sum of RGB (Red+Green+Blue) = 188+41+87=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2957 is #43D6A8. Grayscale: #5A5A5A. Windows color (decimal): -4445865 or 5712316. OLE color: 5712316.

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

Color convert

RGB 188 41 87 -
CMYK 0 0.78 0.54 0.26
HSL 341.22º 0.64% 0.45% -
HSV(B) 341.22º 0.78% 0.74% -
XYZ 23.25 12.97 10.29 -
YUV 90.2 126.2 197.76 -
System Red Green Blue C M Y K H S L
Decimal 188 41 87 0 0.78 0.54 0.26 341.22 0.64 0.45
Hex BC 29 57 0 4E 36 1A 155 40 2D
Octal 274 51 127 0 116 66 32 525 100 55
Binary 10111100 101001 1010111 0 1001110 110110 11010 101010101 1000000 101101

Color Harmonies of #BC2957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2957

Black with #BC2957

Text Example


Text Example

White with #BC2957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2957; }

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

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

background-color css

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

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

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

border-color css

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

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

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