Html Css Color HEX #BC3254 Old Rose

📋 copy color: '#BC3254'

red 188 ◦ green 50 ◦ blue 84

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

Shades of Old Rose #BC3254

Tints of Old Rose #BC3254

RGB

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

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

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

R = 58.39%
G = 15.53%
B = 26.09%

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

#BC3254 (or 0xBC3254) is known color: Old Rose. HEX triplet: BC, 32 and 54. RGB value is (188,50,84). Sum of RGB (Red+Green+Blue) = 188+50+84=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3254 is #43CDAB. Grayscale: #5F5F5F. Windows color (decimal): -4443564 or 5518012. OLE color: 5518012.

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

Color convert

RGB 188 50 84 -
CMYK 0 0.73 0.55 0.26
HSL 345.22º 0.58% 0.47% -
HSV(B) 345.22º 0.73% 0.74% -
XYZ 23.48 13.61 9.78 -
YUV 95.14 121.72 194.24 -
System Red Green Blue C M Y K H S L
Decimal 188 50 84 0 0.73 0.55 0.26 345.22 0.58 0.47
Hex BC 32 54 0 49 37 1A 159 3A 2F
Octal 274 62 124 0 111 67 32 531 72 57
Binary 10111100 110010 1010100 0 1001001 110111 11010 101011001 111010 101111

Color Harmonies of #BC3254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3254

Black with #BC3254

Text Example


Text Example

White with #BC3254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3254; }

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

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

background-color css

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

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

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

border-color css

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

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

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