Html Css Color HEX #BC215D Old Rose

📋 copy color: '#BC215D'

red 188 ◦ green 33 ◦ blue 93

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

Shades of Old Rose #BC215D

Tints of Old Rose #BC215D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.51%

 BLUE value IS 93 (36.72% from 255) = 29.62%

R = 59.87%
G = 10.51%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC215D (or 0xBC215D) is known color: Old Rose. HEX triplet: BC, 21 and 5D. RGB value is (188,33,93). Sum of RGB (Red+Green+Blue) = 188+33+93=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC215D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC215D is #43DEA2. Grayscale: #565656. Windows color (decimal): -4447907 or 6103484. OLE color: 6103484.

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

Color convert

RGB 188 33 93 -
CMYK 0 0.82 0.51 0.26
HSL 336.77º 0.7% 0.43% -
HSV(B) 336.77º 0.82% 0.74% -
XYZ 23.26 12.57 11.56 -
YUV 86.19 131.85 200.62 -
System Red Green Blue C M Y K H S L
Decimal 188 33 93 0 0.82 0.51 0.26 336.77 0.7 0.43
Hex BC 21 5D 0 52 33 1A 151 46 2B
Octal 274 41 135 0 122 63 32 521 106 53
Binary 10111100 100001 1011101 0 1010010 110011 11010 101010001 1000110 101011

Color Harmonies of #BC215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC215D

Black with #BC215D

Text Example


Text Example

White with #BC215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC215D; }

 p { color: rgb(188,33,93); }

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

background-color css

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

 a { background-color: rgb(188,33,93); }

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

border-color css

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

 span { border-color: rgb(188,33,93); }

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