Html Css Color HEX #BC1A54 Old Rose

📋 copy color: '#BC1A54'

red 188 ◦ green 26 ◦ blue 84

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

Shades of Old Rose #BC1A54

Tints of Old Rose #BC1A54

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.72%

 BLUE value IS 84 (33.2% from 255) = 28.19%

R = 63.09%
G = 8.72%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC1A54 (or 0xBC1A54) is known color: Old Rose. HEX triplet: BC, 1A and 54. RGB value is (188,26,84). Sum of RGB (Red+Green+Blue) = 188+26+84=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1A54 is #43E5AB. Grayscale: #505050. Windows color (decimal): -4449708 or 5511868. OLE color: 5511868.

HSL color Cylindrical-coordinate representation of color #BC1A54: hue angle of 338.52º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1A54 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 26 84 -
CMYK 0 0.86 0.55 0.26
HSL 338.52º 0.76% 0.42% -
HSV(B) 338.52º 0.86% 0.74% -
XYZ 22.71 12.07 9.52 -
YUV 81.05 129.67 204.28 -
System Red Green Blue C M Y K H S L
Decimal 188 26 84 0 0.86 0.55 0.26 338.52 0.76 0.42
Hex BC 1A 54 0 56 37 1A 153 4C 2A
Octal 274 32 124 0 126 67 32 523 114 52
Binary 10111100 11010 1010100 0 1010110 110111 11010 101010011 1001100 101010

Color Harmonies of #BC1A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A54

Black with #BC1A54

Text Example


Text Example

White with #BC1A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A54; }

 p { color: rgb(188,26,84); }

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

background-color css

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

 a { background-color: rgb(188,26,84); }

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

border-color css

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

 span { border-color: rgb(188,26,84); }

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