Html Css Color HEX #BF3F43 Mahogany

📋 copy color: '#BF3F43'

red 191 ◦ green 63 ◦ blue 67

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

Shades of Mahogany #BF3F43

Tints of Mahogany #BF3F43

RGB

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

 GREEN value IS 63 (25% from 255) = 19.63%

 BLUE value IS 67 (26.56% from 255) = 20.87%

R = 59.5%
G = 19.63%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF3F43 (or 0xBF3F43) is known color: Mahogany. HEX triplet: BF, 3F and 43. RGB value is (191,63,67). Sum of RGB (Red+Green+Blue) = 191+63+67=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3F43 is #40C0BC. Grayscale: #656565. Windows color (decimal): -4243645 or 4407231. OLE color: 4407231.

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

Color convert

RGB 191 63 67 -
CMYK 0 0.67 0.65 0.25
HSL 358.13º 0.5% 0.5% -
HSV(B) 358.13º 0.67% 0.75% -
XYZ 24.28 15.04 6.93 -
YUV 101.73 108.41 191.67 -
System Red Green Blue C M Y K H S L
Decimal 191 63 67 0 0.67 0.65 0.25 358.13 0.5 0.5
Hex BF 3F 43 0 43 41 19 166 32 32
Octal 277 77 103 0 103 101 31 546 62 62
Binary 10111111 111111 1000011 0 1000011 1000001 11001 101100110 110010 110010

Color Harmonies of #BF3F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3F43

Black with #BF3F43

Text Example


Text Example

White with #BF3F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3F43; }

 p { color: rgb(191,63,67); }

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

background-color css

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

 a { background-color: rgb(191,63,67); }

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

border-color css

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

 span { border-color: rgb(191,63,67); }

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