Html Css Color HEX #BC1854 Old Rose

📋 copy color: '#BC1854'

red 188 ◦ green 24 ◦ blue 84

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

Shades of Old Rose #BC1854

Tints of Old Rose #BC1854

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.11%

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

R = 63.51%
G = 8.11%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC1854 (or 0xBC1854) is known color: Old Rose. HEX triplet: BC, 18 and 54. RGB value is (188,24,84). Sum of RGB (Red+Green+Blue) = 188+24+84=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1854 is #43E7AB. Grayscale: #4F4F4F. Windows color (decimal): -4450220 or 5511356. OLE color: 5511356.

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

Color convert

RGB 188 24 84 -
CMYK 0 0.87 0.55 0.26
HSL 338.05º 0.77% 0.42% -
HSV(B) 338.05º 0.87% 0.74% -
XYZ 22.67 11.98 9.51 -
YUV 79.88 130.33 205.12 -
System Red Green Blue C M Y K H S L
Decimal 188 24 84 0 0.87 0.55 0.26 338.05 0.77 0.42
Hex BC 18 54 0 57 37 1A 152 4D 2A
Octal 274 30 124 0 127 67 32 522 115 52
Binary 10111100 11000 1010100 0 1010111 110111 11010 101010010 1001101 101010

Color Harmonies of #BC1854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1854

Black with #BC1854

Text Example


Text Example

White with #BC1854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1854; }

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

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

background-color css

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

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

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

border-color css

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

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

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