Html Css Color HEX #BC1E5A Old Rose

📋 copy color: '#BC1E5A'

red 188 ◦ green 30 ◦ blue 90

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

Shades of Old Rose #BC1E5A

Tints of Old Rose #BC1E5A

RGB

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

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

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

R = 61.04%
G = 9.74%
B = 29.22%

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

#BC1E5A (or 0xBC1E5A) is known color: Old Rose. HEX triplet: BC, 1E and 5A. RGB value is (188,30,90). Sum of RGB (Red+Green+Blue) = 188+30+90=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1E5A is #43E1A5. Grayscale: #545454. Windows color (decimal): -4448678 or 5906108. OLE color: 5906108.

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

Color convert

RGB 188 30 90 -
CMYK 0 0.84 0.52 0.26
HSL 337.22º 0.72% 0.43% -
HSV(B) 337.22º 0.84% 0.74% -
XYZ 23.05 12.36 10.84 -
YUV 84.08 131.35 202.12 -
System Red Green Blue C M Y K H S L
Decimal 188 30 90 0 0.84 0.52 0.26 337.22 0.72 0.43
Hex BC 1E 5A 0 54 34 1A 151 48 2B
Octal 274 36 132 0 124 64 32 521 110 53
Binary 10111100 11110 1011010 0 1010100 110100 11010 101010001 1001000 101011

Color Harmonies of #BC1E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1E5A

Black with #BC1E5A

Text Example


Text Example

White with #BC1E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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