Html Css Color HEX #BC205A Old Rose

📋 copy color: '#BC205A'

red 188 ◦ green 32 ◦ blue 90

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

Shades of Old Rose #BC205A

Tints of Old Rose #BC205A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.32%

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

R = 60.65%
G = 10.32%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC205A (or 0xBC205A) is known color: Old Rose. HEX triplet: BC, 20 and 5A. RGB value is (188,32,90). Sum of RGB (Red+Green+Blue) = 188+32+90=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC205A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC205A is #43DFA5. Grayscale: #555555. Windows color (decimal): -4448166 or 5906620. OLE color: 5906620.

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

Color convert

RGB 188 32 90 -
CMYK 0 0.83 0.52 0.26
HSL 337.69º 0.71% 0.43% -
HSV(B) 337.69º 0.83% 0.74% -
XYZ 23.1 12.46 10.86 -
YUV 85.26 130.68 201.28 -
System Red Green Blue C M Y K H S L
Decimal 188 32 90 0 0.83 0.52 0.26 337.69 0.71 0.43
Hex BC 20 5A 0 53 34 1A 152 47 2B
Octal 274 40 132 0 123 64 32 522 107 53
Binary 10111100 100000 1011010 0 1010011 110100 11010 101010010 1000111 101011

Color Harmonies of #BC205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC205A

Black with #BC205A

Text Example


Text Example

White with #BC205A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC205A; }

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

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

background-color css

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

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

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

border-color css

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

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

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