Html Css Color HEX #BC4243 Mahogany

📋 copy color: '#BC4243'

red 188 ◦ green 66 ◦ blue 67

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

Shades of Mahogany #BC4243

Tints of Mahogany #BC4243

RGB

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

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

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

R = 58.57%
G = 20.56%
B = 20.87%

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

#BC4243 (or 0xBC4243) is known color: Mahogany. HEX triplet: BC, 42 and 43. RGB value is (188,66,67). Sum of RGB (Red+Green+Blue) = 188+66+67=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4243 is #43BDBC. Grayscale: #666666. Windows color (decimal): -4439485 or 4407996. OLE color: 4407996.

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

Color convert

RGB 188 66 67 -
CMYK 0 0.65 0.64 0.26
HSL 359.51º 0.48% 0.5% -
HSV(B) 359.51º 0.65% 0.74% -
XYZ 23.7 14.99 6.95 -
YUV 102.59 107.92 188.92 -
System Red Green Blue C M Y K H S L
Decimal 188 66 67 0 0.65 0.64 0.26 359.51 0.48 0.5
Hex BC 42 43 0 41 40 1A 168 30 32
Octal 274 102 103 0 101 100 32 550 60 62
Binary 10111100 1000010 1000011 0 1000001 1000000 11010 101101000 110000 110010

Color Harmonies of #BC4243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4243

Black with #BC4243

Text Example


Text Example

White with #BC4243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4243; }

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

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

background-color css

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

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

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

border-color css

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

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

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