Html Css Color HEX #BC4647 Mahogany

📋 copy color: '#BC4647'

red 188 ◦ green 70 ◦ blue 71

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

Shades of Mahogany #BC4647

Tints of Mahogany #BC4647

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.28%

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

R = 57.14%
G = 21.28%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC4647 (or 0xBC4647) is known color: Mahogany. HEX triplet: BC, 46 and 47. RGB value is (188,70,71). Sum of RGB (Red+Green+Blue) = 188+70+71=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4647 is #43B9B8. Grayscale: #696969. Windows color (decimal): -4438457 or 4671164. OLE color: 4671164.

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

Color convert

RGB 188 70 71 -
CMYK 0 0.63 0.62 0.26
HSL 359.49º 0.47% 0.51% -
HSV(B) 359.49º 0.63% 0.74% -
XYZ 24.07 15.53 7.69 -
YUV 105.4 108.59 186.92 -
System Red Green Blue C M Y K H S L
Decimal 188 70 71 0 0.63 0.62 0.26 359.49 0.47 0.51
Hex BC 46 47 0 3F 3E 1A 167 2F 33
Octal 274 106 107 0 77 76 32 547 57 63
Binary 10111100 1000110 1000111 0 111111 111110 11010 101100111 101111 110011

Color Harmonies of #BC4647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4647

Black with #BC4647

Text Example


Text Example

White with #BC4647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4647; }

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

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

background-color css

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

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

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

border-color css

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

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

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