Html Css Color HEX #BC4244 Mahogany

📋 copy color: '#BC4244'

red 188 ◦ green 66 ◦ blue 68

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

Shades of Mahogany #BC4244

Tints of Mahogany #BC4244

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.5%

 BLUE value IS 68 (26.95% from 255) = 21.12%

R = 58.39%
G = 20.5%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC4244 (or 0xBC4244) is known color: Mahogany. HEX triplet: BC, 42 and 44. RGB value is (188,66,68). Sum of RGB (Red+Green+Blue) = 188+66+68=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4244 is #43BDBB. Grayscale: #666666. Windows color (decimal): -4439484 or 4473532. OLE color: 4473532.

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

Color convert

RGB 188 66 68 -
CMYK 0 0.65 0.64 0.26
HSL 359.02º 0.48% 0.5% -
HSV(B) 359.02º 0.65% 0.74% -
XYZ 23.73 15.01 7.11 -
YUV 102.71 108.42 188.84 -
System Red Green Blue C M Y K H S L
Decimal 188 66 68 0 0.65 0.64 0.26 359.02 0.48 0.5
Hex BC 42 44 0 41 40 1A 167 30 32
Octal 274 102 104 0 101 100 32 547 60 62
Binary 10111100 1000010 1000100 0 1000001 1000000 11010 101100111 110000 110010

Color Harmonies of #BC4244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4244

Black with #BC4244

Text Example


Text Example

White with #BC4244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4244; }

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

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

background-color css

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

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

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

border-color css

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

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

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