Html Css Color HEX #BF373C Mahogany

📋 copy color: '#BF373C'

red 191 ◦ green 55 ◦ blue 60

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

Shades of Mahogany #BF373C

Tints of Mahogany #BF373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.97%

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

R = 62.42%
G = 17.97%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF373C (or 0xBF373C) is known color: Mahogany. HEX triplet: BF, 37 and 3C. RGB value is (191,55,60). Sum of RGB (Red+Green+Blue) = 191+55+60=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF373C is #40C8C3. Grayscale: #606060. Windows color (decimal): -4245700 or 3946431. OLE color: 3946431.

HSL color Cylindrical-coordinate representation of color #BF373C: hue angle of 357.79º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF373C is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 55 60 -
CMYK 0 0.71 0.69 0.25
HSL 357.79º 0.55% 0.48% -
HSV(B) 357.79º 0.71% 0.75% -
XYZ 23.67 14.13 5.76 -
YUV 96.23 107.56 195.59 -
System Red Green Blue C M Y K H S L
Decimal 191 55 60 0 0.71 0.69 0.25 357.79 0.55 0.48
Hex BF 37 3C 0 47 45 19 166 37 30
Octal 277 67 74 0 107 105 31 546 67 60
Binary 10111111 110111 111100 0 1000111 1000101 11001 101100110 110111 110000

Color Harmonies of #BF373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF373C

Black with #BF373C

Text Example


Text Example

White with #BF373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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