Html Css Color HEX #BC324D Old Rose

📋 copy color: '#BC324D'

red 188 ◦ green 50 ◦ blue 77

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

Shades of Old Rose #BC324D

Tints of Old Rose #BC324D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.44%

R = 59.68%
G = 15.87%
B = 24.44%

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

#BC324D (or 0xBC324D) is known color: Old Rose. HEX triplet: BC, 32 and 4D. RGB value is (188,50,77). Sum of RGB (Red+Green+Blue) = 188+50+77=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC324D is #43CDB2. Grayscale: #5E5E5E. Windows color (decimal): -4443571 or 5059260. OLE color: 5059260.

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

Color convert

RGB 188 50 77 -
CMYK 0 0.73 0.59 0.26
HSL 348.26º 0.58% 0.47% -
HSV(B) 348.26º 0.73% 0.74% -
XYZ 23.22 13.51 8.4 -
YUV 94.34 118.22 194.8 -
System Red Green Blue C M Y K H S L
Decimal 188 50 77 0 0.73 0.59 0.26 348.26 0.58 0.47
Hex BC 32 4D 0 49 3B 1A 15C 3A 2F
Octal 274 62 115 0 111 73 32 534 72 57
Binary 10111100 110010 1001101 0 1001001 111011 11010 101011100 111010 101111

Color Harmonies of #BC324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC324D

Black with #BC324D

Text Example


Text Example

White with #BC324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC324D; }

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

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

background-color css

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

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

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

border-color css

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

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

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