Html Css Color HEX #BC204A Old Rose

📋 copy color: '#BC204A'

red 188 ◦ green 32 ◦ blue 74

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

Shades of Old Rose #BC204A

Tints of Old Rose #BC204A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.17%

R = 63.95%
G = 10.88%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC204A (or 0xBC204A) is known color: Old Rose. HEX triplet: BC, 20 and 4A. RGB value is (188,32,74). Sum of RGB (Red+Green+Blue) = 188+32+74=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC204A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC204A is #43DFB5. Grayscale: #535353. Windows color (decimal): -4448182 or 4858044. OLE color: 4858044.

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

Color convert

RGB 188 32 74 -
CMYK 0 0.83 0.61 0.26
HSL 343.85º 0.71% 0.43% -
HSV(B) 343.85º 0.83% 0.74% -
XYZ 22.49 12.22 7.65 -
YUV 83.43 122.68 202.58 -
System Red Green Blue C M Y K H S L
Decimal 188 32 74 0 0.83 0.61 0.26 343.85 0.71 0.43
Hex BC 20 4A 0 53 3D 1A 158 47 2B
Octal 274 40 112 0 123 75 32 530 107 53
Binary 10111100 100000 1001010 0 1010011 111101 11010 101011000 1000111 101011

Color Harmonies of #BC204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC204A

Black with #BC204A

Text Example


Text Example

White with #BC204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC204A; }

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

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

background-color css

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

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

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

border-color css

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

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

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