Html Css Color HEX #BC343B Mahogany

📋 copy color: '#BC343B'

red 188 ◦ green 52 ◦ blue 59

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

Shades of Mahogany #BC343B

Tints of Mahogany #BC343B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.39%

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

R = 62.88%
G = 17.39%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC343B (or 0xBC343B) is known color: Mahogany. HEX triplet: BC, 34 and 3B. RGB value is (188,52,59). Sum of RGB (Red+Green+Blue) = 188+52+59=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC343B is #43CBC4. Grayscale: #5D5D5D. Windows color (decimal): -4443077 or 3880124. OLE color: 3880124.

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

Color convert

RGB 188 52 59 -
CMYK 0 0.72 0.69 0.26
HSL 356.91º 0.57% 0.47% -
HSV(B) 356.91º 0.72% 0.74% -
XYZ 22.76 13.46 5.54 -
YUV 93.46 108.56 195.43 -
System Red Green Blue C M Y K H S L
Decimal 188 52 59 0 0.72 0.69 0.26 356.91 0.57 0.47
Hex BC 34 3B 0 48 45 1A 165 39 2F
Octal 274 64 73 0 110 105 32 545 71 57
Binary 10111100 110100 111011 0 1001000 1000101 11010 101100101 111001 101111

Color Harmonies of #BC343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC343B

Black with #BC343B

Text Example


Text Example

White with #BC343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC343B; }

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

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

background-color css

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

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

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

border-color css

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

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

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