Html Css Color HEX #BC3437 Mahogany

📋 copy color: '#BC3437'

red 188 ◦ green 52 ◦ blue 55

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

Shades of Mahogany #BC3437

Tints of Mahogany #BC3437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.64%

R = 63.73%
G = 17.63%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC3437 (or 0xBC3437) is known color: Mahogany. HEX triplet: BC, 34 and 37. RGB value is (188,52,55). Sum of RGB (Red+Green+Blue) = 188+52+55=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3437 is #43CBC8. Grayscale: #5D5D5D. Windows color (decimal): -4443081 or 3617980. OLE color: 3617980.

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

Color convert

RGB 188 52 55 -
CMYK 0 0.72 0.71 0.26
HSL 358.68º 0.57% 0.47% -
HSV(B) 358.68º 0.72% 0.74% -
XYZ 22.66 13.42 5.01 -
YUV 93.01 106.56 195.76 -
System Red Green Blue C M Y K H S L
Decimal 188 52 55 0 0.72 0.71 0.26 358.68 0.57 0.47
Hex BC 34 37 0 48 47 1A 167 39 2F
Octal 274 64 67 0 110 107 32 547 71 57
Binary 10111100 110100 110111 0 1001000 1000111 11010 101100111 111001 101111

Color Harmonies of #BC3437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3437

Black with #BC3437

Text Example


Text Example

White with #BC3437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3437; }

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

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

background-color css

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

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

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

border-color css

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

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

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