Html Css Color HEX #BC4042 Mahogany

📋 copy color: '#BC4042'

red 188 ◦ green 64 ◦ blue 66

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

Shades of Mahogany #BC4042

Tints of Mahogany #BC4042

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.13%

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

R = 59.12%
G = 20.13%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC4042 (or 0xBC4042) is known color: Mahogany. HEX triplet: BC, 40 and 42. RGB value is (188,64,66). Sum of RGB (Red+Green+Blue) = 188+64+66=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4042 is #43BFBD. Grayscale: #656565. Windows color (decimal): -4439998 or 4341948. OLE color: 4341948.

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

Color convert

RGB 188 64 66 -
CMYK 0 0.66 0.65 0.26
HSL 359.03º 0.49% 0.49% -
HSV(B) 359.03º 0.66% 0.74% -
XYZ 23.56 14.75 6.76 -
YUV 101.3 108.08 189.84 -
System Red Green Blue C M Y K H S L
Decimal 188 64 66 0 0.66 0.65 0.26 359.03 0.49 0.49
Hex BC 40 42 0 42 41 1A 167 31 31
Octal 274 100 102 0 102 101 32 547 61 61
Binary 10111100 1000000 1000010 0 1000010 1000001 11010 101100111 110001 110001

Color Harmonies of #BC4042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4042

Black with #BC4042

Text Example


Text Example

White with #BC4042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4042; }

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

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

background-color css

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

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

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

border-color css

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

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

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