Html Css Color HEX #BC204E Old Rose

📋 copy color: '#BC204E'

red 188 ◦ green 32 ◦ blue 78

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

Shades of Old Rose #BC204E

Tints of Old Rose #BC204E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.17%

R = 63.09%
G = 10.74%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC204E (or 0xBC204E) is known color: Old Rose. HEX triplet: BC, 20 and 4E. RGB value is (188,32,78). Sum of RGB (Red+Green+Blue) = 188+32+78=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC204E is #43DFB1. Grayscale: #535353. Windows color (decimal): -4448178 or 5120188. OLE color: 5120188.

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

Color convert

RGB 188 32 78 -
CMYK 0 0.83 0.59 0.26
HSL 342.31º 0.71% 0.43% -
HSV(B) 342.31º 0.83% 0.74% -
XYZ 22.63 12.27 8.38 -
YUV 83.89 124.68 202.26 -
System Red Green Blue C M Y K H S L
Decimal 188 32 78 0 0.83 0.59 0.26 342.31 0.71 0.43
Hex BC 20 4E 0 53 3B 1A 156 47 2B
Octal 274 40 116 0 123 73 32 526 107 53
Binary 10111100 100000 1001110 0 1010011 111011 11010 101010110 1000111 101011

Color Harmonies of #BC204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC204E

Black with #BC204E

Text Example


Text Example

White with #BC204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC204E; }

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

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

background-color css

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

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

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

border-color css

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

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

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