Html Css Color HEX #BF4546 Mahogany

📋 copy color: '#BF4546'

red 191 ◦ green 69 ◦ blue 70

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

Shades of Mahogany #BF4546

Tints of Mahogany #BF4546

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.91%

 BLUE value IS 70 (27.73% from 255) = 21.21%

R = 57.88%
G = 20.91%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF4546 (or 0xBF4546) is known color: Mahogany. HEX triplet: BF, 45 and 46. RGB value is (191,69,70). Sum of RGB (Red+Green+Blue) = 191+69+70=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4546 is #40BAB9. Grayscale: #696969. Windows color (decimal): -4242106 or 4605375. OLE color: 4605375.

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

Color convert

RGB 191 69 70 -
CMYK 0 0.64 0.63 0.25
HSL 359.51º 0.49% 0.51% -
HSV(B) 359.51º 0.64% 0.75% -
XYZ 24.72 15.77 7.54 -
YUV 105.59 107.92 188.92 -
System Red Green Blue C M Y K H S L
Decimal 191 69 70 0 0.64 0.63 0.25 359.51 0.49 0.51
Hex BF 45 46 0 40 3F 19 168 31 33
Octal 277 105 106 0 100 77 31 550 61 63
Binary 10111111 1000101 1000110 0 1000000 111111 11001 101101000 110001 110011

Color Harmonies of #BF4546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4546

Black with #BF4546

Text Example


Text Example

White with #BF4546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4546; }

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

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

background-color css

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

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

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

border-color css

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

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

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