Html Css Color HEX #BC4446 Mahogany

📋 copy color: '#BC4446'

red 188 ◦ green 68 ◦ blue 70

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

Shades of Mahogany #BC4446

Tints of Mahogany #BC4446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.86%

 BLUE value IS 70 (27.73% from 255) = 21.47%

R = 57.67%
G = 20.86%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC4446 (or 0xBC4446) is known color: Mahogany. HEX triplet: BC, 44 and 46. RGB value is (188,68,70). Sum of RGB (Red+Green+Blue) = 188+68+70=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4446 is #43BBB9. Grayscale: #686868. Windows color (decimal): -4438970 or 4605116. OLE color: 4605116.

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

Color convert

RGB 188 68 70 -
CMYK 0 0.64 0.63 0.26
HSL 359º 0.47% 0.5% -
HSV(B) 359º 0.64% 0.74% -
XYZ 23.91 15.27 7.48 -
YUV 104.11 108.76 187.84 -
System Red Green Blue C M Y K H S L
Decimal 188 68 70 0 0.64 0.63 0.26 359 0.47 0.5
Hex BC 44 46 0 40 3F 1A 167 2F 32
Octal 274 104 106 0 100 77 32 547 57 62
Binary 10111100 1000100 1000110 0 1000000 111111 11010 101100111 101111 110010

Color Harmonies of #BC4446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4446

Black with #BC4446

Text Example


Text Example

White with #BC4446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4446; }

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

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

background-color css

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

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

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

border-color css

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

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

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