Html Css Color HEX #BC3F47 Old Rose

📋 copy color: '#BC3F47'

red 188 ◦ green 63 ◦ blue 71

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

Shades of Old Rose #BC3F47

Tints of Old Rose #BC3F47

RGB

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

 GREEN value IS 63 (25% from 255) = 19.57%

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

R = 58.39%
G = 19.57%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC3F47 (or 0xBC3F47) is known color: Old Rose. HEX triplet: BC, 3F and 47. RGB value is (188,63,71). Sum of RGB (Red+Green+Blue) = 188+63+71=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3F47 is #43C0B8. Grayscale: #656565. Windows color (decimal): -4440249 or 4669372. OLE color: 4669372.

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

Color convert

RGB 188 63 71 -
CMYK 0 0.66 0.62 0.26
HSL 356.16º 0.5% 0.49% -
HSV(B) 356.16º 0.66% 0.74% -
XYZ 23.65 14.7 7.55 -
YUV 101.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 188 63 71 0 0.66 0.62 0.26 356.16 0.5 0.49
Hex BC 3F 47 0 42 3E 1A 164 32 31
Octal 274 77 107 0 102 76 32 544 62 61
Binary 10111100 111111 1000111 0 1000010 111110 11010 101100100 110010 110001

Color Harmonies of #BC3F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3F47

Black with #BC3F47

Text Example


Text Example

White with #BC3F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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