Html Css Color HEX #BC2F36 Mahogany

📋 copy color: '#BC2F36'

red 188 ◦ green 47 ◦ blue 54

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

Shades of Mahogany #BC2F36

Tints of Mahogany #BC2F36

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.26%

 BLUE value IS 54 (21.48% from 255) = 18.69%

R = 65.05%
G = 16.26%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC2F36 (or 0xBC2F36) is known color: Mahogany. HEX triplet: BC, 2F and 36. RGB value is (188,47,54). Sum of RGB (Red+Green+Blue) = 188+47+54=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F36 is #43D0C9. Grayscale: #5A5A5A. Windows color (decimal): -4444362 or 3551164. OLE color: 3551164.

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

Color convert

RGB 188 47 54 -
CMYK 0 0.75 0.71 0.26
HSL 357.02º 0.6% 0.46% -
HSV(B) 357.02º 0.75% 0.74% -
XYZ 22.42 12.99 4.82 -
YUV 89.96 107.71 197.93 -
System Red Green Blue C M Y K H S L
Decimal 188 47 54 0 0.75 0.71 0.26 357.02 0.6 0.46
Hex BC 2F 36 0 4B 47 1A 165 3C 2E
Octal 274 57 66 0 113 107 32 545 74 56
Binary 10111100 101111 110110 0 1001011 1000111 11010 101100101 111100 101110

Color Harmonies of #BC2F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F36

Black with #BC2F36

Text Example


Text Example

White with #BC2F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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