Html Css Color HEX #BF4346 Mahogany

📋 copy color: '#BF4346'

red 191 ◦ green 67 ◦ blue 70

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

Shades of Mahogany #BF4346

Tints of Mahogany #BF4346

RGB

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

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

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

R = 58.23%
G = 20.43%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF4346 (or 0xBF4346) is known color: Mahogany. HEX triplet: BF, 43 and 46. RGB value is (191,67,70). Sum of RGB (Red+Green+Blue) = 191+67+70=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4346 is #40BCB9. Grayscale: #686868. Windows color (decimal): -4242618 or 4604863. OLE color: 4604863.

HSL color Cylindrical-coordinate representation of color #BF4346: hue angle of 358.55º 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 #BF4346 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 67 70 -
CMYK 0 0.65 0.63 0.25
HSL 358.55º 0.49% 0.51% -
HSV(B) 358.55º 0.65% 0.75% -
XYZ 24.6 15.53 7.5 -
YUV 104.42 108.58 189.76 -
System Red Green Blue C M Y K H S L
Decimal 191 67 70 0 0.65 0.63 0.25 358.55 0.49 0.51
Hex BF 43 46 0 41 3F 19 167 31 33
Octal 277 103 106 0 101 77 31 547 61 63
Binary 10111111 1000011 1000110 0 1000001 111111 11001 101100111 110001 110011

Color Harmonies of #BF4346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4346

Black with #BF4346

Text Example


Text Example

White with #BF4346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4346; }

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

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

background-color css

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

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

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

border-color css

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

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

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