Html Css Color HEX #BC1E5B Old Rose

📋 copy color: '#BC1E5B'

red 188 ◦ green 30 ◦ blue 91

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

Shades of Old Rose #BC1E5B

Tints of Old Rose #BC1E5B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.71%

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

R = 60.84%
G = 9.71%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC1E5B (or 0xBC1E5B) is known color: Old Rose. HEX triplet: BC, 1E and 5B. RGB value is (188,30,91). Sum of RGB (Red+Green+Blue) = 188+30+91=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1E5B is #43E1A4. Grayscale: #545454. Windows color (decimal): -4448677 or 5971644. OLE color: 5971644.

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

Color convert

RGB 188 30 91 -
CMYK 0 0.84 0.52 0.26
HSL 336.84º 0.72% 0.43% -
HSV(B) 336.84º 0.84% 0.74% -
XYZ 23.09 12.38 11.07 -
YUV 84.2 131.85 202.04 -
System Red Green Blue C M Y K H S L
Decimal 188 30 91 0 0.84 0.52 0.26 336.84 0.72 0.43
Hex BC 1E 5B 0 54 34 1A 151 48 2B
Octal 274 36 133 0 124 64 32 521 110 53
Binary 10111100 11110 1011011 0 1010100 110100 11010 101010001 1001000 101011

Color Harmonies of #BC1E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1E5B

Black with #BC1E5B

Text Example


Text Example

White with #BC1E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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