Html Css Color HEX #BF4041 Mahogany

📋 copy color: '#BF4041'

red 191 ◦ green 64 ◦ blue 65

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

Shades of Mahogany #BF4041

Tints of Mahogany #BF4041

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20%

 BLUE value IS 65 (25.78% from 255) = 20.31%

R = 59.69%
G = 20%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF4041 (or 0xBF4041) is known color: Mahogany. HEX triplet: BF, 40 and 41. RGB value is (191,64,65). Sum of RGB (Red+Green+Blue) = 191+64+65=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4041 is #40BFBE. Grayscale: #666666. Windows color (decimal): -4243391 or 4276415. OLE color: 4276415.

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

Color convert

RGB 191 64 65 -
CMYK 0 0.66 0.66 0.25
HSL 359.53º 0.5% 0.5% -
HSV(B) 359.53º 0.66% 0.75% -
XYZ 24.27 15.12 6.64 -
YUV 102.09 107.08 191.42 -
System Red Green Blue C M Y K H S L
Decimal 191 64 65 0 0.66 0.66 0.25 359.53 0.5 0.5
Hex BF 40 41 0 42 42 19 168 32 32
Octal 277 100 101 0 102 102 31 550 62 62
Binary 10111111 1000000 1000001 0 1000010 1000010 11001 101101000 110010 110010

Color Harmonies of #BF4041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4041

Black with #BF4041

Text Example


Text Example

White with #BF4041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4041; }

 p { color: rgb(191,64,65); }

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

background-color css

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

 a { background-color: rgb(191,64,65); }

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

border-color css

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

 span { border-color: rgb(191,64,65); }

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