Html Css Color HEX #BC363B Mahogany

📋 copy color: '#BC363B'

red 188 ◦ green 54 ◦ blue 59

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

Shades of Mahogany #BC363B

Tints of Mahogany #BC363B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.94%

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

R = 62.46%
G = 17.94%
B = 19.6%

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

#BC363B (or 0xBC363B) is known color: Mahogany. HEX triplet: BC, 36 and 3B. RGB value is (188,54,59). Sum of RGB (Red+Green+Blue) = 188+54+59=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC363B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC363B is #43C9C4. Grayscale: #5E5E5E. Windows color (decimal): -4442565 or 3880636. OLE color: 3880636.

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

Color convert

RGB 188 54 59 -
CMYK 0 0.71 0.69 0.26
HSL 357.76º 0.55% 0.47% -
HSV(B) 357.76º 0.71% 0.74% -
XYZ 22.85 13.65 5.57 -
YUV 94.64 107.89 194.59 -
System Red Green Blue C M Y K H S L
Decimal 188 54 59 0 0.71 0.69 0.26 357.76 0.55 0.47
Hex BC 36 3B 0 47 45 1A 166 37 2F
Octal 274 66 73 0 107 105 32 546 67 57
Binary 10111100 110110 111011 0 1000111 1000101 11010 101100110 110111 101111

Color Harmonies of #BC363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC363B

Black with #BC363B

Text Example


Text Example

White with #BC363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC363B; }

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

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

background-color css

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

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

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

border-color css

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

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

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