Html Css Color HEX #BC4143 Mahogany

📋 copy color: '#BC4143'

red 188 ◦ green 65 ◦ blue 67

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

Shades of Mahogany #BC4143

Tints of Mahogany #BC4143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.94%

R = 58.75%
G = 20.31%
B = 20.94%

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

#BC4143 (or 0xBC4143) is known color: Mahogany. HEX triplet: BC, 41 and 43. RGB value is (188,65,67). Sum of RGB (Red+Green+Blue) = 188+65+67=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4143 is #43BEBC. Grayscale: #666666. Windows color (decimal): -4439741 or 4407740. OLE color: 4407740.

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

Color convert

RGB 188 65 67 -
CMYK 0 0.65 0.64 0.26
HSL 359.02º 0.49% 0.5% -
HSV(B) 359.02º 0.65% 0.74% -
XYZ 23.64 14.88 6.94 -
YUV 102.01 108.25 189.34 -
System Red Green Blue C M Y K H S L
Decimal 188 65 67 0 0.65 0.64 0.26 359.02 0.49 0.5
Hex BC 41 43 0 41 40 1A 167 31 32
Octal 274 101 103 0 101 100 32 547 61 62
Binary 10111100 1000001 1000011 0 1000001 1000000 11010 101100111 110001 110010

Color Harmonies of #BC4143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4143

Black with #BC4143

Text Example


Text Example

White with #BC4143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4143; }

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

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

background-color css

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

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

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

border-color css

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

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

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