Html Css Color HEX #BF4344 Mahogany

📋 copy color: '#BF4344'

red 191 ◦ green 67 ◦ blue 68

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

Shades of Mahogany #BF4344

Tints of Mahogany #BF4344

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.55%

 BLUE value IS 68 (26.95% from 255) = 20.86%

R = 58.59%
G = 20.55%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF4344 (or 0xBF4344) is known color: Mahogany. HEX triplet: BF, 43 and 44. RGB value is (191,67,68). Sum of RGB (Red+Green+Blue) = 191+67+68=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4344 is #40BCBB. Grayscale: #686868. Windows color (decimal): -4242620 or 4473791. OLE color: 4473791.

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

Color convert

RGB 191 67 68 -
CMYK 0 0.65 0.64 0.25
HSL 359.52º 0.49% 0.51% -
HSV(B) 359.52º 0.65% 0.75% -
XYZ 24.54 15.51 7.17 -
YUV 104.19 107.58 189.92 -
System Red Green Blue C M Y K H S L
Decimal 191 67 68 0 0.65 0.64 0.25 359.52 0.49 0.51
Hex BF 43 44 0 41 40 19 168 31 33
Octal 277 103 104 0 101 100 31 550 61 63
Binary 10111111 1000011 1000100 0 1000001 1000000 11001 101101000 110001 110011

Color Harmonies of #BF4344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4344

Black with #BF4344

Text Example


Text Example

White with #BF4344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4344; }

 p { color: rgb(191,67,68); }

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

background-color css

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

 a { background-color: rgb(191,67,68); }

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

border-color css

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

 span { border-color: rgb(191,67,68); }

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