Html Css Color HEX #BC3C57 Old Rose

📋 copy color: '#BC3C57'

red 188 ◦ green 60 ◦ blue 87

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

Shades of Old Rose #BC3C57

Tints of Old Rose #BC3C57

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.91%

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

R = 56.12%
G = 17.91%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC3C57 (or 0xBC3C57) is known color: Old Rose. HEX triplet: BC, 3C and 57. RGB value is (188,60,87). Sum of RGB (Red+Green+Blue) = 188+60+87=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3C57 is #43C3A8. Grayscale: #656565. Windows color (decimal): -4441001 or 5717180. OLE color: 5717180.

HSL color Cylindrical-coordinate representation of color #BC3C57: hue angle of 347.34º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3C57 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 60 87 -
CMYK 0 0.68 0.54 0.26
HSL 347.34º 0.52% 0.49% -
HSV(B) 347.34º 0.68% 0.74% -
XYZ 24.08 14.61 10.57 -
YUV 101.35 119.91 189.8 -
System Red Green Blue C M Y K H S L
Decimal 188 60 87 0 0.68 0.54 0.26 347.34 0.52 0.49
Hex BC 3C 57 0 44 36 1A 15B 34 31
Octal 274 74 127 0 104 66 32 533 64 61
Binary 10111100 111100 1010111 0 1000100 110110 11010 101011011 110100 110001

Color Harmonies of #BC3C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3C57

Black with #BC3C57

Text Example


Text Example

White with #BC3C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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