Html Css Color HEX #BC393E Mahogany

📋 copy color: '#BC393E'

red 188 ◦ green 57 ◦ blue 62

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

Shades of Mahogany #BC393E

Tints of Mahogany #BC393E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.57%

 BLUE value IS 62 (24.61% from 255) = 20.2%

R = 61.24%
G = 18.57%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC393E (or 0xBC393E) is known color: Mahogany. HEX triplet: BC, 39 and 3E. RGB value is (188,57,62). Sum of RGB (Red+Green+Blue) = 188+57+62=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC393E is #43C6C1. Grayscale: #606060. Windows color (decimal): -4441794 or 4078012. OLE color: 4078012.

HSL color Cylindrical-coordinate representation of color #BC393E: hue angle of 357.71º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC393E is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 57 62 -
CMYK 0 0.70 0.67 0.26
HSL 357.71º 0.53% 0.48% -
HSV(B) 357.71º 0.7% 0.74% -
XYZ 23.07 13.97 6.04 -
YUV 96.74 108.4 193.09 -
System Red Green Blue C M Y K H S L
Decimal 188 57 62 0 0.70 0.67 0.26 357.71 0.53 0.48
Hex BC 39 3E 0 46 43 1A 166 35 30
Octal 274 71 76 0 106 103 32 546 65 60
Binary 10111100 111001 111110 0 1000110 1000011 11010 101100110 110101 110000

Color Harmonies of #BC393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC393E

Black with #BC393E

Text Example


Text Example

White with #BC393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC393E; }

 p { color: rgb(188,57,62); }

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

background-color css

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

 a { background-color: rgb(188,57,62); }

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

border-color css

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

 span { border-color: rgb(188,57,62); }

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