Html Css Color HEX #BC315B Old Rose

📋 copy color: '#BC315B'

red 188 ◦ green 49 ◦ blue 91

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

Shades of Old Rose #BC315B

Tints of Old Rose #BC315B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.74%

R = 57.32%
G = 14.94%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC315B (or 0xBC315B) is known color: Old Rose. HEX triplet: BC, 31 and 5B. RGB value is (188,49,91). Sum of RGB (Red+Green+Blue) = 188+49+91=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC315B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC315B is #43CEA4. Grayscale: #5F5F5F. Windows color (decimal): -4443813 or 5976508. OLE color: 5976508.

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

Color convert

RGB 188 49 91 -
CMYK 0 0.74 0.52 0.26
HSL 341.87º 0.59% 0.46% -
HSV(B) 341.87º 0.74% 0.74% -
XYZ 23.73 13.64 11.28 -
YUV 95.35 125.55 194.08 -
System Red Green Blue C M Y K H S L
Decimal 188 49 91 0 0.74 0.52 0.26 341.87 0.59 0.46
Hex BC 31 5B 0 4A 34 1A 156 3B 2E
Octal 274 61 133 0 112 64 32 526 73 56
Binary 10111100 110001 1011011 0 1001010 110100 11010 101010110 111011 101110

Color Harmonies of #BC315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC315B

Black with #BC315B

Text Example


Text Example

White with #BC315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC315B; }

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

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

background-color css

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

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

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

border-color css

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

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

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