Html Css Color HEX #BC1F5D Old Rose

📋 copy color: '#BC1F5D'

red 188 ◦ green 31 ◦ blue 93

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

Shades of Old Rose #BC1F5D

Tints of Old Rose #BC1F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.94%

 BLUE value IS 93 (36.72% from 255) = 29.81%

R = 60.26%
G = 9.94%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC1F5D (or 0xBC1F5D) is known color: Old Rose. HEX triplet: BC, 1F and 5D. RGB value is (188,31,93). Sum of RGB (Red+Green+Blue) = 188+31+93=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1F5D is #43E0A2. Grayscale: #545454. Windows color (decimal): -4448419 or 6102972. OLE color: 6102972.

HSL color Cylindrical-coordinate representation of color #BC1F5D: hue angle of 336.31º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1F5D is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 31 93 -
CMYK 0 0.84 0.51 0.26
HSL 336.31º 0.72% 0.43% -
HSV(B) 336.31º 0.84% 0.74% -
XYZ 23.2 12.46 11.54 -
YUV 85.01 132.51 201.46 -
System Red Green Blue C M Y K H S L
Decimal 188 31 93 0 0.84 0.51 0.26 336.31 0.72 0.43
Hex BC 1F 5D 0 54 33 1A 150 48 2B
Octal 274 37 135 0 124 63 32 520 110 53
Binary 10111100 11111 1011101 0 1010100 110011 11010 101010000 1001000 101011

Color Harmonies of #BC1F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1F5D

Black with #BC1F5D

Text Example


Text Example

White with #BC1F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1F5D; }

 p { color: rgb(188,31,93); }

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

background-color css

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

 a { background-color: rgb(188,31,93); }

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

border-color css

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

 span { border-color: rgb(188,31,93); }

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