Html Css Color HEX #BC2347 Old Rose

📋 copy color: '#BC2347'

red 188 ◦ green 35 ◦ blue 71

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

Shades of Old Rose #BC2347

Tints of Old Rose #BC2347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.9%

 BLUE value IS 71 (28.13% from 255) = 24.15%

R = 63.95%
G = 11.9%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC2347 (or 0xBC2347) is known color: Old Rose. HEX triplet: BC, 23 and 47. RGB value is (188,35,71). Sum of RGB (Red+Green+Blue) = 188+35+71=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2347 is #43DCB8. Grayscale: #545454. Windows color (decimal): -4447417 or 4662204. OLE color: 4662204.

HSL color Cylindrical-coordinate representation of color #BC2347: hue angle of 345.88º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2347 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 35 71 -
CMYK 0 0.81 0.62 0.26
HSL 345.88º 0.69% 0.44% -
HSV(B) 345.88º 0.81% 0.74% -
XYZ 22.48 12.35 7.16 -
YUV 84.85 120.19 201.57 -
System Red Green Blue C M Y K H S L
Decimal 188 35 71 0 0.81 0.62 0.26 345.88 0.69 0.44
Hex BC 23 47 0 51 3E 1A 15A 45 2C
Octal 274 43 107 0 121 76 32 532 105 54
Binary 10111100 100011 1000111 0 1010001 111110 11010 101011010 1000101 101100

Color Harmonies of #BC2347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2347

Black with #BC2347

Text Example


Text Example

White with #BC2347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2347; }

 p { color: rgb(188,35,71); }

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

background-color css

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

 a { background-color: rgb(188,35,71); }

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

border-color css

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

 span { border-color: rgb(188,35,71); }

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