Html Css Color HEX #BC3C51 Old Rose

📋 copy color: '#BC3C51'

red 188 ◦ green 60 ◦ blue 81

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

Shades of Old Rose #BC3C51

Tints of Old Rose #BC3C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.62%

R = 57.14%
G = 18.24%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC3C51 (or 0xBC3C51) is known color: Old Rose. HEX triplet: BC, 3C and 51. RGB value is (188,60,81). Sum of RGB (Red+Green+Blue) = 188+60+81=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3C51 is #43C3AE. Grayscale: #646464. Windows color (decimal): -4441007 or 5323964. OLE color: 5323964.

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

Color convert

RGB 188 60 81 -
CMYK 0 0.68 0.57 0.26
HSL 350.16º 0.52% 0.49% -
HSV(B) 350.16º 0.68% 0.74% -
XYZ 23.84 14.52 9.33 -
YUV 100.67 116.91 190.29 -
System Red Green Blue C M Y K H S L
Decimal 188 60 81 0 0.68 0.57 0.26 350.16 0.52 0.49
Hex BC 3C 51 0 44 39 1A 15E 34 31
Octal 274 74 121 0 104 71 32 536 64 61
Binary 10111100 111100 1010001 0 1000100 111001 11010 101011110 110100 110001

Color Harmonies of #BC3C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3C51

Black with #BC3C51

Text Example


Text Example

White with #BC3C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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