Html Css Color HEX #BC1B5A Old Rose

📋 copy color: '#BC1B5A'

red 188 ◦ green 27 ◦ blue 90

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

Shades of Old Rose #BC1B5A

Tints of Old Rose #BC1B5A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.85%

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

R = 61.64%
G = 8.85%
B = 29.51%

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

#BC1B5A (or 0xBC1B5A) is known color: Old Rose. HEX triplet: BC, 1B and 5A. RGB value is (188,27,90). Sum of RGB (Red+Green+Blue) = 188+27+90=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 27 (10.94% from 255 or 8.85% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1B5A is #43E4A5. Grayscale: #525252. Windows color (decimal): -4449446 or 5905340. OLE color: 5905340.

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

Color convert

RGB 188 27 90 -
CMYK 0 0.86 0.52 0.26
HSL 336.52º 0.75% 0.42% -
HSV(B) 336.52º 0.86% 0.74% -
XYZ 22.98 12.21 10.82 -
YUV 82.32 132.34 203.38 -
System Red Green Blue C M Y K H S L
Decimal 188 27 90 0 0.86 0.52 0.26 336.52 0.75 0.42
Hex BC 1B 5A 0 56 34 1A 151 4B 2A
Octal 274 33 132 0 126 64 32 521 113 52
Binary 10111100 11011 1011010 0 1010110 110100 11010 101010001 1001011 101010

Color Harmonies of #BC1B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1B5A

Black with #BC1B5A

Text Example


Text Example

White with #BC1B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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