Html Css Color HEX #BC324E Old Rose

📋 copy color: '#BC324E'

red 188 ◦ green 50 ◦ blue 78

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

Shades of Old Rose #BC324E

Tints of Old Rose #BC324E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.82%

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

R = 59.49%
G = 15.82%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC324E (or 0xBC324E) is known color: Old Rose. HEX triplet: BC, 32 and 4E. RGB value is (188,50,78). Sum of RGB (Red+Green+Blue) = 188+50+78=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC324E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC324E is #43CDB1. Grayscale: #5E5E5E. Windows color (decimal): -4443570 or 5124796. OLE color: 5124796.

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

Color convert

RGB 188 50 78 -
CMYK 0 0.73 0.59 0.26
HSL 347.83º 0.58% 0.47% -
HSV(B) 347.83º 0.73% 0.74% -
XYZ 23.25 13.52 8.59 -
YUV 94.45 118.72 194.72 -
System Red Green Blue C M Y K H S L
Decimal 188 50 78 0 0.73 0.59 0.26 347.83 0.58 0.47
Hex BC 32 4E 0 49 3B 1A 15C 3A 2F
Octal 274 62 116 0 111 73 32 534 72 57
Binary 10111100 110010 1001110 0 1001001 111011 11010 101011100 111010 101111

Color Harmonies of #BC324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC324E

Black with #BC324E

Text Example


Text Example

White with #BC324E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC324E; }

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

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

background-color css

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

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

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

border-color css

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

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

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