Html Css Color HEX #BC4144 Mahogany

📋 copy color: '#BC4144'

red 188 ◦ green 65 ◦ blue 68

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

Shades of Mahogany #BC4144

Tints of Mahogany #BC4144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.25%

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

R = 58.57%
G = 20.25%
B = 21.18%

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

#BC4144 (or 0xBC4144) is known color: Mahogany. HEX triplet: BC, 41 and 44. RGB value is (188,65,68). Sum of RGB (Red+Green+Blue) = 188+65+68=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4144 is #43BEBB. Grayscale: #666666. Windows color (decimal): -4439740 or 4473276. OLE color: 4473276.

HSL color Cylindrical-coordinate representation of color #BC4144: hue angle of 358.54º degrees, saturation: 0.49, 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 #BC4144 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 65 68 -
CMYK 0 0.65 0.64 0.26
HSL 358.54º 0.49% 0.5% -
HSV(B) 358.54º 0.65% 0.74% -
XYZ 23.67 14.89 7.1 -
YUV 102.12 108.75 189.26 -
System Red Green Blue C M Y K H S L
Decimal 188 65 68 0 0.65 0.64 0.26 358.54 0.49 0.5
Hex BC 41 44 0 41 40 1A 167 31 32
Octal 274 101 104 0 101 100 32 547 61 62
Binary 10111100 1000001 1000100 0 1000001 1000000 11010 101100111 110001 110010

Color Harmonies of #BC4144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4144

Black with #BC4144

Text Example


Text Example

White with #BC4144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4144; }

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

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

background-color css

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

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

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

border-color css

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

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

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