Html Css Color HEX #BF3F42 Mahogany

📋 copy color: '#BF3F42'

red 191 ◦ green 63 ◦ blue 66

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

Shades of Mahogany #BF3F42

Tints of Mahogany #BF3F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.63%

R = 59.69%
G = 19.69%
B = 20.63%

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

#BF3F42 (or 0xBF3F42) is known color: Mahogany. HEX triplet: BF, 3F and 42. RGB value is (191,63,66). Sum of RGB (Red+Green+Blue) = 191+63+66=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3F42 is #40C0BD. Grayscale: #656565. Windows color (decimal): -4243646 or 4341695. OLE color: 4341695.

HSL color Cylindrical-coordinate representation of color #BF3F42: hue angle of 358.59º 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 #BF3F42 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 63 66 -
CMYK 0 0.67 0.65 0.25
HSL 358.59º 0.5% 0.5% -
HSV(B) 358.59º 0.67% 0.75% -
XYZ 24.25 15.02 6.78 -
YUV 101.61 107.91 191.76 -
System Red Green Blue C M Y K H S L
Decimal 191 63 66 0 0.67 0.65 0.25 358.59 0.5 0.5
Hex BF 3F 42 0 43 41 19 167 32 32
Octal 277 77 102 0 103 101 31 547 62 62
Binary 10111111 111111 1000010 0 1000011 1000001 11001 101100111 110010 110010

Color Harmonies of #BF3F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3F42

Black with #BF3F42

Text Example


Text Example

White with #BF3F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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