Html Css Color HEX #BC373C Mahogany

📋 copy color: '#BC373C'

red 188 ◦ green 55 ◦ blue 60

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

Shades of Mahogany #BC373C

Tints of Mahogany #BC373C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.8%

R = 62.05%
G = 18.15%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC373C (or 0xBC373C) is known color: Mahogany. HEX triplet: BC, 37 and 3C. RGB value is (188,55,60). Sum of RGB (Red+Green+Blue) = 188+55+60=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC373C is #43C8C3. Grayscale: #5F5F5F. Windows color (decimal): -4442308 or 3946428. OLE color: 3946428.

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

Color convert

RGB 188 55 60 -
CMYK 0 0.71 0.68 0.26
HSL 357.74º 0.55% 0.48% -
HSV(B) 357.74º 0.71% 0.74% -
XYZ 22.92 13.75 5.72 -
YUV 95.34 108.06 194.09 -
System Red Green Blue C M Y K H S L
Decimal 188 55 60 0 0.71 0.68 0.26 357.74 0.55 0.48
Hex BC 37 3C 0 47 44 1A 166 37 30
Octal 274 67 74 0 107 104 32 546 67 60
Binary 10111100 110111 111100 0 1000111 1000100 11010 101100110 110111 110000

Color Harmonies of #BC373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC373C

Black with #BC373C

Text Example


Text Example

White with #BC373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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