Html Css Color HEX #BC1A5A Old Rose

📋 copy color: '#BC1A5A'

red 188 ◦ green 26 ◦ blue 90

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

Shades of Old Rose #BC1A5A

Tints of Old Rose #BC1A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.61%

R = 61.84%
G = 8.55%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC1A5A (or 0xBC1A5A) is known color: Old Rose. HEX triplet: BC, 1A and 5A. RGB value is (188,26,90). Sum of RGB (Red+Green+Blue) = 188+26+90=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1A5A is #43E5A5. Grayscale: #515151. Windows color (decimal): -4449702 or 5905084. OLE color: 5905084.

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

Color convert

RGB 188 26 90 -
CMYK 0 0.86 0.52 0.26
HSL 336.3º 0.76% 0.42% -
HSV(B) 336.3º 0.86% 0.74% -
XYZ 22.95 12.17 10.81 -
YUV 81.73 132.67 203.8 -
System Red Green Blue C M Y K H S L
Decimal 188 26 90 0 0.86 0.52 0.26 336.3 0.76 0.42
Hex BC 1A 5A 0 56 34 1A 150 4C 2A
Octal 274 32 132 0 126 64 32 520 114 52
Binary 10111100 11010 1011010 0 1010110 110100 11010 101010000 1001100 101010

Color Harmonies of #BC1A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A5A

Black with #BC1A5A

Text Example


Text Example

White with #BC1A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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