Html Css Color HEX #BC3847 Old Rose

📋 copy color: '#BC3847'

red 188 ◦ green 56 ◦ blue 71

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

Shades of Old Rose #BC3847

Tints of Old Rose #BC3847

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.78%

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

R = 59.68%
G = 17.78%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC3847 (or 0xBC3847) is known color: Old Rose. HEX triplet: BC, 38 and 47. RGB value is (188,56,71). Sum of RGB (Red+Green+Blue) = 188+56+71=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3847 is #43C7B8. Grayscale: #616161. Windows color (decimal): -4442041 or 4667580. OLE color: 4667580.

HSL color Cylindrical-coordinate representation of color #BC3847: hue angle of 353.18º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3847 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 56 71 -
CMYK 0 0.70 0.62 0.26
HSL 353.18º 0.54% 0.48% -
HSV(B) 353.18º 0.7% 0.74% -
XYZ 23.29 13.97 7.43 -
YUV 97.18 113.23 192.78 -
System Red Green Blue C M Y K H S L
Decimal 188 56 71 0 0.70 0.62 0.26 353.18 0.54 0.48
Hex BC 38 47 0 46 3E 1A 161 36 30
Octal 274 70 107 0 106 76 32 541 66 60
Binary 10111100 111000 1000111 0 1000110 111110 11010 101100001 110110 110000

Color Harmonies of #BC3847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3847

Black with #BC3847

Text Example


Text Example

White with #BC3847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3847; }

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

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

background-color css

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

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

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

border-color css

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

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

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