Html Css Color HEX #BF3336 Mahogany

📋 copy color: '#BF3336'

red 191 ◦ green 51 ◦ blue 54

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

Shades of Mahogany #BF3336

Tints of Mahogany #BF3336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.23%

 BLUE value IS 54 (21.48% from 255) = 18.24%

R = 64.53%
G = 17.23%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BF3336 (or 0xBF3336) is known color: Mahogany. HEX triplet: BF, 33 and 36. RGB value is (191,51,54). Sum of RGB (Red+Green+Blue) = 191+51+54=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3336 is #40CCC9. Grayscale: #5D5D5D. Windows color (decimal): -4246730 or 3552191. OLE color: 3552191.

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

Color convert

RGB 191 51 54 -
CMYK 0 0.73 0.72 0.25
HSL 358.71º 0.58% 0.47% -
HSV(B) 358.71º 0.73% 0.75% -
XYZ 23.34 13.71 4.91 -
YUV 93.2 105.88 197.76 -
System Red Green Blue C M Y K H S L
Decimal 191 51 54 0 0.73 0.72 0.25 358.71 0.58 0.47
Hex BF 33 36 0 49 48 19 167 3A 2F
Octal 277 63 66 0 111 110 31 547 72 57
Binary 10111111 110011 110110 0 1001001 1001000 11001 101100111 111010 101111

Color Harmonies of #BF3336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3336

Black with #BF3336

Text Example


Text Example

White with #BF3336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3336; }

 p { color: rgb(191,51,54); }

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

background-color css

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

 a { background-color: rgb(191,51,54); }

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

border-color css

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

 span { border-color: rgb(191,51,54); }

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