Html Css Color HEX #BC324C Old Rose

📋 copy color: '#BC324C'

red 188 ◦ green 50 ◦ blue 76

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

Shades of Old Rose #BC324C

Tints of Old Rose #BC324C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.2%

R = 59.87%
G = 15.92%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC324C (or 0xBC324C) is known color: Old Rose. HEX triplet: BC, 32 and 4C. RGB value is (188,50,76). Sum of RGB (Red+Green+Blue) = 188+50+76=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC324C is #43CDB3. Grayscale: #5E5E5E. Windows color (decimal): -4443572 or 4993724. OLE color: 4993724.

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

Color convert

RGB 188 50 76 -
CMYK 0 0.73 0.60 0.26
HSL 348.7º 0.58% 0.47% -
HSV(B) 348.7º 0.73% 0.74% -
XYZ 23.18 13.49 8.22 -
YUV 94.23 117.72 194.89 -
System Red Green Blue C M Y K H S L
Decimal 188 50 76 0 0.73 0.60 0.26 348.7 0.58 0.47
Hex BC 32 4C 0 49 3C 1A 15D 3A 2F
Octal 274 62 114 0 111 74 32 535 72 57
Binary 10111100 110010 1001100 0 1001001 111100 11010 101011101 111010 101111

Color Harmonies of #BC324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC324C

Black with #BC324C

Text Example


Text Example

White with #BC324C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC324C; }

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

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

background-color css

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

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

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

border-color css

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

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

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