Html Css Color HEX #BC3C47 Old Rose

📋 copy color: '#BC3C47'

red 188 ◦ green 60 ◦ blue 71

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

Shades of Old Rose #BC3C47

Tints of Old Rose #BC3C47

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.81%

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

R = 58.93%
G = 18.81%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC3C47 (or 0xBC3C47) is known color: Old Rose. HEX triplet: BC, 3C and 47. RGB value is (188,60,71). Sum of RGB (Red+Green+Blue) = 188+60+71=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3C47 is #43C3B8. Grayscale: #636363. Windows color (decimal): -4441017 or 4668604. OLE color: 4668604.

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

Color convert

RGB 188 60 71 -
CMYK 0 0.68 0.62 0.26
HSL 354.84º 0.52% 0.49% -
HSV(B) 354.84º 0.68% 0.74% -
XYZ 23.49 14.38 7.5 -
YUV 99.53 111.91 191.11 -
System Red Green Blue C M Y K H S L
Decimal 188 60 71 0 0.68 0.62 0.26 354.84 0.52 0.49
Hex BC 3C 47 0 44 3E 1A 163 34 31
Octal 274 74 107 0 104 76 32 543 64 61
Binary 10111100 111100 1000111 0 1000100 111110 11010 101100011 110100 110001

Color Harmonies of #BC3C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3C47

Black with #BC3C47

Text Example


Text Example

White with #BC3C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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