Html Css Color HEX #BF4647 Mahogany

📋 copy color: '#BF4647'

red 191 ◦ green 70 ◦ blue 71

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

Shades of Mahogany #BF4647

Tints of Mahogany #BF4647

RGB

 RED value IS 191 (75% from 255) = 57.53%

 GREEN value IS 70 (27.73% from 255) = 21.08%

 BLUE value IS 71 (28.13% from 255) = 21.39%

R = 57.53%
G = 21.08%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF4647 (or 0xBF4647) is known color: Mahogany. HEX triplet: BF, 46 and 47. RGB value is (191,70,71). Sum of RGB (Red+Green+Blue) = 191+70+71=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4647 is #40B9B8. Grayscale: #6A6A6A. Windows color (decimal): -4241849 or 4671167. OLE color: 4671167.

HSL color Cylindrical-coordinate representation of color #BF4647: hue angle of 359.5º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF4647 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 70 71 -
CMYK 0 0.63 0.63 0.25
HSL 359.5º 0.49% 0.51% -
HSV(B) 359.5º 0.63% 0.75% -
XYZ 24.81 15.91 7.72 -
YUV 106.29 108.09 188.42 -
System Red Green Blue C M Y K H S L
Decimal 191 70 71 0 0.63 0.63 0.25 359.5 0.49 0.51
Hex BF 46 47 0 3F 3F 19 168 31 33
Octal 277 106 107 0 77 77 31 550 61 63
Binary 10111111 1000110 1000111 0 111111 111111 11001 101101000 110001 110011

Color Harmonies of #BF4647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4647

Black with #BF4647

Text Example


Text Example

White with #BF4647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4647; }

 p { color: rgb(191,70,71); }

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

background-color css

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

 a { background-color: rgb(191,70,71); }

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

border-color css

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

 span { border-color: rgb(191,70,71); }

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