Html Css Color HEX #BF3C40 Mahogany

📋 copy color: '#BF3C40'

red 191 ◦ green 60 ◦ blue 64

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

Shades of Mahogany #BF3C40

Tints of Mahogany #BF3C40

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.05%

 BLUE value IS 64 (25.39% from 255) = 20.32%

R = 60.63%
G = 19.05%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF3C40 (or 0xBF3C40) is known color: Mahogany. HEX triplet: BF, 3C and 40. RGB value is (191,60,64). Sum of RGB (Red+Green+Blue) = 191+60+64=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C40 is #40C3BF. Grayscale: #636363. Windows color (decimal): -4244416 or 4209855. OLE color: 4209855.

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

Color convert

RGB 191 60 64 -
CMYK 0 0.69 0.66 0.25
HSL 358.17º 0.52% 0.49% -
HSV(B) 358.17º 0.69% 0.75% -
XYZ 24.03 14.68 6.42 -
YUV 99.63 107.9 193.17 -
System Red Green Blue C M Y K H S L
Decimal 191 60 64 0 0.69 0.66 0.25 358.17 0.52 0.49
Hex BF 3C 40 0 45 42 19 166 34 31
Octal 277 74 100 0 105 102 31 546 64 61
Binary 10111111 111100 1000000 0 1000101 1000010 11001 101100110 110100 110001

Color Harmonies of #BF3C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C40

Black with #BF3C40

Text Example


Text Example

White with #BF3C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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