Html Css Color HEX #BC3D57 Old Rose

📋 copy color: '#BC3D57'

red 188 ◦ green 61 ◦ blue 87

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

Shades of Old Rose #BC3D57

Tints of Old Rose #BC3D57

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.15%

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

R = 55.95%
G = 18.15%
B = 25.89%

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

#BC3D57 (or 0xBC3D57) is known color: Old Rose. HEX triplet: BC, 3D and 57. RGB value is (188,61,87). Sum of RGB (Red+Green+Blue) = 188+61+87=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3D57 is #43C2A8. Grayscale: #656565. Windows color (decimal): -4440745 or 5717436. OLE color: 5717436.

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

Color convert

RGB 188 61 87 -
CMYK 0 0.68 0.54 0.26
HSL 347.72º 0.51% 0.49% -
HSV(B) 347.72º 0.68% 0.74% -
XYZ 24.13 14.72 10.59 -
YUV 101.94 119.58 189.39 -
System Red Green Blue C M Y K H S L
Decimal 188 61 87 0 0.68 0.54 0.26 347.72 0.51 0.49
Hex BC 3D 57 0 44 36 1A 15C 33 31
Octal 274 75 127 0 104 66 32 534 63 61
Binary 10111100 111101 1010111 0 1000100 110110 11010 101011100 110011 110001

Color Harmonies of #BC3D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3D57

Black with #BC3D57

Text Example


Text Example

White with #BC3D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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