Html Css Color HEX #BC373B Mahogany

📋 copy color: '#BC373B'

red 188 ◦ green 55 ◦ blue 59

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

Shades of Mahogany #BC373B

Tints of Mahogany #BC373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.21%

 BLUE value IS 59 (23.44% from 255) = 19.54%

R = 62.25%
G = 18.21%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC373B (or 0xBC373B) is known color: Mahogany. HEX triplet: BC, 37 and 3B. RGB value is (188,55,59). Sum of RGB (Red+Green+Blue) = 188+55+59=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC373B is #43C8C4. Grayscale: #5F5F5F. Windows color (decimal): -4442309 or 3880892. OLE color: 3880892.

HSL color Cylindrical-coordinate representation of color #BC373B: hue angle of 358.2º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC373B is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 55 59 -
CMYK 0 0.71 0.69 0.26
HSL 358.2º 0.55% 0.48% -
HSV(B) 358.2º 0.71% 0.74% -
XYZ 22.89 13.74 5.58 -
YUV 95.22 107.56 194.17 -
System Red Green Blue C M Y K H S L
Decimal 188 55 59 0 0.71 0.69 0.26 358.2 0.55 0.48
Hex BC 37 3B 0 47 45 1A 166 37 30
Octal 274 67 73 0 107 105 32 546 67 60
Binary 10111100 110111 111011 0 1000111 1000101 11010 101100110 110111 110000

Color Harmonies of #BC373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC373B

Black with #BC373B

Text Example


Text Example

White with #BC373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC373B; }

 p { color: rgb(188,55,59); }

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

background-color css

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

 a { background-color: rgb(188,55,59); }

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

border-color css

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

 span { border-color: rgb(188,55,59); }

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