Html Css Color HEX #BC3150 Old Rose

📋 copy color: '#BC3150'

red 188 ◦ green 49 ◦ blue 80

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

Shades of Old Rose #BC3150

Tints of Old Rose #BC3150

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.46%

 BLUE value IS 80 (31.64% from 255) = 25.24%

R = 59.31%
G = 15.46%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC3150 (or 0xBC3150) is known color: Old Rose. HEX triplet: BC, 31 and 50. RGB value is (188,49,80). Sum of RGB (Red+Green+Blue) = 188+49+80=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3150 is #43CEAF. Grayscale: #5E5E5E. Windows color (decimal): -4443824 or 5255612. OLE color: 5255612.

HSL color Cylindrical-coordinate representation of color #BC3150: hue angle of 346.62º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3150 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 49 80 -
CMYK 0 0.74 0.57 0.26
HSL 346.62º 0.59% 0.46% -
HSV(B) 346.62º 0.74% 0.74% -
XYZ 23.29 13.47 8.96 -
YUV 94.1 120.05 194.98 -
System Red Green Blue C M Y K H S L
Decimal 188 49 80 0 0.74 0.57 0.26 346.62 0.59 0.46
Hex BC 31 50 0 4A 39 1A 15B 3B 2E
Octal 274 61 120 0 112 71 32 533 73 56
Binary 10111100 110001 1010000 0 1001010 111001 11010 101011011 111011 101110

Color Harmonies of #BC3150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3150

Black with #BC3150

Text Example


Text Example

White with #BC3150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3150; }

 p { color: rgb(188,49,80); }

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

background-color css

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

 a { background-color: rgb(188,49,80); }

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

border-color css

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

 span { border-color: rgb(188,49,80); }

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