Html Css Color HEX #BC1E5C Old Rose

📋 copy color: '#BC1E5C'

red 188 ◦ green 30 ◦ blue 92

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

Shades of Old Rose #BC1E5C

Tints of Old Rose #BC1E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.68%

R = 60.65%
G = 9.68%
B = 29.68%

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

#BC1E5C (or 0xBC1E5C) is known color: Old Rose. HEX triplet: BC, 1E and 5C. RGB value is (188,30,92). Sum of RGB (Red+Green+Blue) = 188+30+92=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1E5C is #43E1A3. Grayscale: #545454. Windows color (decimal): -4448676 or 6037180. OLE color: 6037180.

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

Color convert

RGB 188 30 92 -
CMYK 0 0.84 0.51 0.26
HSL 336.46º 0.72% 0.43% -
HSV(B) 336.46º 0.84% 0.74% -
XYZ 23.14 12.39 11.3 -
YUV 84.31 132.35 201.96 -
System Red Green Blue C M Y K H S L
Decimal 188 30 92 0 0.84 0.51 0.26 336.46 0.72 0.43
Hex BC 1E 5C 0 54 33 1A 150 48 2B
Octal 274 36 134 0 124 63 32 520 110 53
Binary 10111100 11110 1011100 0 1010100 110011 11010 101010000 1001000 101011

Color Harmonies of #BC1E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1E5C

Black with #BC1E5C

Text Example


Text Example

White with #BC1E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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