Html Css Color HEX #BF4446 Mahogany

📋 copy color: '#BF4446'

red 191 ◦ green 68 ◦ blue 70

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

Shades of Mahogany #BF4446

Tints of Mahogany #BF4446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.67%

 BLUE value IS 70 (27.73% from 255) = 21.28%

R = 58.05%
G = 20.67%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF4446 (or 0xBF4446) is known color: Mahogany. HEX triplet: BF, 44 and 46. RGB value is (191,68,70). Sum of RGB (Red+Green+Blue) = 191+68+70=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4446 is #40BBB9. Grayscale: #696969. Windows color (decimal): -4242362 or 4605119. OLE color: 4605119.

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

Color convert

RGB 191 68 70 -
CMYK 0 0.64 0.63 0.25
HSL 359.02º 0.49% 0.51% -
HSV(B) 359.02º 0.64% 0.75% -
XYZ 24.66 15.65 7.52 -
YUV 105.01 108.25 189.34 -
System Red Green Blue C M Y K H S L
Decimal 191 68 70 0 0.64 0.63 0.25 359.02 0.49 0.51
Hex BF 44 46 0 40 3F 19 167 31 33
Octal 277 104 106 0 100 77 31 547 61 63
Binary 10111111 1000100 1000110 0 1000000 111111 11001 101100111 110001 110011

Color Harmonies of #BF4446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4446

Black with #BF4446

Text Example


Text Example

White with #BF4446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4446; }

 p { color: rgb(191,68,70); }

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

background-color css

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

 a { background-color: rgb(191,68,70); }

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

border-color css

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

 span { border-color: rgb(191,68,70); }

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