Html Css Color HEX #BC1D5A Old Rose

📋 copy color: '#BC1D5A'

red 188 ◦ green 29 ◦ blue 90

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

Shades of Old Rose #BC1D5A

Tints of Old Rose #BC1D5A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.45%

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

R = 61.24%
G = 9.45%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC1D5A (or 0xBC1D5A) is known color: Old Rose. HEX triplet: BC, 1D and 5A. RGB value is (188,29,90). Sum of RGB (Red+Green+Blue) = 188+29+90=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1D5A is #43E2A5. Grayscale: #535353. Windows color (decimal): -4448934 or 5905852. OLE color: 5905852.

HSL color Cylindrical-coordinate representation of color #BC1D5A: hue angle of 336.98º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1D5A is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 29 90 -
CMYK 0 0.85 0.52 0.26
HSL 336.98º 0.73% 0.43% -
HSV(B) 336.98º 0.85% 0.74% -
XYZ 23.02 12.31 10.84 -
YUV 83.5 131.68 202.54 -
System Red Green Blue C M Y K H S L
Decimal 188 29 90 0 0.85 0.52 0.26 336.98 0.73 0.43
Hex BC 1D 5A 0 55 34 1A 151 49 2B
Octal 274 35 132 0 125 64 32 521 111 53
Binary 10111100 11101 1011010 0 1010101 110100 11010 101010001 1001001 101011

Color Harmonies of #BC1D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1D5A

Black with #BC1D5A

Text Example


Text Example

White with #BC1D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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