Html Css Color HEX #BC3D41 Mahogany

📋 copy color: '#BC3D41'

red 188 ◦ green 61 ◦ blue 65

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

Shades of Mahogany #BC3D41

Tints of Mahogany #BC3D41

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.43%

 BLUE value IS 65 (25.78% from 255) = 20.7%

R = 59.87%
G = 19.43%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC3D41 (or 0xBC3D41) is known color: Mahogany. HEX triplet: BC, 3D and 41. RGB value is (188,61,65). Sum of RGB (Red+Green+Blue) = 188+61+65=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3D41 is #43C2BE. Grayscale: #636363. Windows color (decimal): -4440767 or 4275644. OLE color: 4275644.

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

Color convert

RGB 188 61 65 -
CMYK 0 0.68 0.65 0.26
HSL 358.11º 0.51% 0.49% -
HSV(B) 358.11º 0.68% 0.74% -
XYZ 23.36 14.41 6.55 -
YUV 99.43 108.58 191.17 -
System Red Green Blue C M Y K H S L
Decimal 188 61 65 0 0.68 0.65 0.26 358.11 0.51 0.49
Hex BC 3D 41 0 44 41 1A 166 33 31
Octal 274 75 101 0 104 101 32 546 63 61
Binary 10111100 111101 1000001 0 1000100 1000001 11010 101100110 110011 110001

Color Harmonies of #BC3D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3D41

Black with #BC3D41

Text Example


Text Example

White with #BC3D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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