Html Css Color HEX #BF393C Mahogany

📋 copy color: '#BF393C'

red 191 ◦ green 57 ◦ blue 60

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

Shades of Mahogany #BF393C

Tints of Mahogany #BF393C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.51%

 BLUE value IS 60 (23.83% from 255) = 19.48%

R = 62.01%
G = 18.51%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF393C (or 0xBF393C) is known color: Mahogany. HEX triplet: BF, 39 and 3C. RGB value is (191,57,60). Sum of RGB (Red+Green+Blue) = 191+57+60=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF393C is #40C6C3. Grayscale: #616161. Windows color (decimal): -4245188 or 3946943. OLE color: 3946943.

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

Color convert

RGB 191 57 60 -
CMYK 0 0.70 0.69 0.25
HSL 358.66º 0.54% 0.49% -
HSV(B) 358.66º 0.7% 0.75% -
XYZ 23.76 14.33 5.79 -
YUV 97.41 106.89 194.76 -
System Red Green Blue C M Y K H S L
Decimal 191 57 60 0 0.70 0.69 0.25 358.66 0.54 0.49
Hex BF 39 3C 0 46 45 19 167 36 31
Octal 277 71 74 0 106 105 31 547 66 61
Binary 10111111 111001 111100 0 1000110 1000101 11001 101100111 110110 110001

Color Harmonies of #BF393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF393C

Black with #BF393C

Text Example


Text Example

White with #BF393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF393C; }

 p { color: rgb(191,57,60); }

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

background-color css

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

 a { background-color: rgb(191,57,60); }

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

border-color css

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

 span { border-color: rgb(191,57,60); }

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