Html Css Color HEX #BC3354 Old Rose

📋 copy color: '#BC3354'

red 188 ◦ green 51 ◦ blue 84

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

Shades of Old Rose #BC3354

Tints of Old Rose #BC3354

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.79%

 BLUE value IS 84 (33.2% from 255) = 26.01%

R = 58.2%
G = 15.79%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC3354 (or 0xBC3354) is known color: Old Rose. HEX triplet: BC, 33 and 54. RGB value is (188,51,84). Sum of RGB (Red+Green+Blue) = 188+51+84=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3354 is #43CCAB. Grayscale: #5F5F5F. Windows color (decimal): -4443308 or 5518268. OLE color: 5518268.

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

Color convert

RGB 188 51 84 -
CMYK 0 0.73 0.55 0.26
HSL 345.55º 0.57% 0.47% -
HSV(B) 345.55º 0.73% 0.74% -
XYZ 23.52 13.7 9.79 -
YUV 95.73 121.39 193.82 -
System Red Green Blue C M Y K H S L
Decimal 188 51 84 0 0.73 0.55 0.26 345.55 0.57 0.47
Hex BC 33 54 0 49 37 1A 15A 39 2F
Octal 274 63 124 0 111 67 32 532 71 57
Binary 10111100 110011 1010100 0 1001001 110111 11010 101011010 111001 101111

Color Harmonies of #BC3354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3354

Black with #BC3354

Text Example


Text Example

White with #BC3354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3354; }

 p { color: rgb(188,51,84); }

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

background-color css

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

 a { background-color: rgb(188,51,84); }

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

border-color css

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

 span { border-color: rgb(188,51,84); }

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