Html Css Color HEX #BF3237 Mahogany

📋 copy color: '#BF3237'

red 191 ◦ green 50 ◦ blue 55

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

Shades of Mahogany #BF3237

Tints of Mahogany #BF3237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.89%

 BLUE value IS 55 (21.88% from 255) = 18.58%

R = 64.53%
G = 16.89%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BF3237 (or 0xBF3237) is known color: Mahogany. HEX triplet: BF, 32 and 37. RGB value is (191,50,55). Sum of RGB (Red+Green+Blue) = 191+50+55=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3237 is #40CDC8. Grayscale: #5C5C5C. Windows color (decimal): -4246985 or 3617471. OLE color: 3617471.

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

Color convert

RGB 191 50 55 -
CMYK 0 0.74 0.71 0.25
HSL 357.87º 0.59% 0.47% -
HSV(B) 357.87º 0.74% 0.75% -
XYZ 23.32 13.63 5.02 -
YUV 92.73 106.71 198.09 -
System Red Green Blue C M Y K H S L
Decimal 191 50 55 0 0.74 0.71 0.25 357.87 0.59 0.47
Hex BF 32 37 0 4A 47 19 166 3B 2F
Octal 277 62 67 0 112 107 31 546 73 57
Binary 10111111 110010 110111 0 1001010 1000111 11001 101100110 111011 101111

Color Harmonies of #BF3237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3237

Black with #BF3237

Text Example


Text Example

White with #BF3237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3237; }

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

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

background-color css

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

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

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

border-color css

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

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

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