Html Css Color HEX #BC4142 Mahogany

📋 copy color: '#BC4142'

red 188 ◦ green 65 ◦ blue 66

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

Shades of Mahogany #BC4142

Tints of Mahogany #BC4142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.69%

R = 58.93%
G = 20.38%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC4142 (or 0xBC4142) is known color: Mahogany. HEX triplet: BC, 41 and 42. RGB value is (188,65,66). Sum of RGB (Red+Green+Blue) = 188+65+66=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4142 is #43BEBD. Grayscale: #666666. Windows color (decimal): -4439742 or 4342204. OLE color: 4342204.

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

Color convert

RGB 188 65 66 -
CMYK 0 0.65 0.65 0.26
HSL 359.51º 0.49% 0.5% -
HSV(B) 359.51º 0.65% 0.74% -
XYZ 23.61 14.87 6.78 -
YUV 101.89 107.75 189.42 -
System Red Green Blue C M Y K H S L
Decimal 188 65 66 0 0.65 0.65 0.26 359.51 0.49 0.5
Hex BC 41 42 0 41 41 1A 168 31 32
Octal 274 101 102 0 101 101 32 550 61 62
Binary 10111100 1000001 1000010 0 1000001 1000001 11010 101101000 110001 110010

Color Harmonies of #BC4142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4142

Black with #BC4142

Text Example


Text Example

White with #BC4142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4142; }

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

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

background-color css

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

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

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

border-color css

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

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

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