Html Css Color HEX #BF353C Mahogany

📋 copy color: '#BF353C'

red 191 ◦ green 53 ◦ blue 60

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

Shades of Mahogany #BF353C

Tints of Mahogany #BF353C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.43%

 BLUE value IS 60 (23.83% from 255) = 19.74%

R = 62.83%
G = 17.43%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF353C (or 0xBF353C) is known color: Mahogany. HEX triplet: BF, 35 and 3C. RGB value is (191,53,60). Sum of RGB (Red+Green+Blue) = 191+53+60=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF353C is #40CAC3. Grayscale: #5F5F5F. Windows color (decimal): -4246212 or 3945919. OLE color: 3945919.

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

Color convert

RGB 191 53 60 -
CMYK 0 0.72 0.69 0.25
HSL 356.96º 0.57% 0.48% -
HSV(B) 356.96º 0.72% 0.75% -
XYZ 23.57 13.95 5.72 -
YUV 95.06 108.22 196.43 -
System Red Green Blue C M Y K H S L
Decimal 191 53 60 0 0.72 0.69 0.25 356.96 0.57 0.48
Hex BF 35 3C 0 48 45 19 165 39 30
Octal 277 65 74 0 110 105 31 545 71 60
Binary 10111111 110101 111100 0 1001000 1000101 11001 101100101 111001 110000

Color Harmonies of #BF353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF353C

Black with #BF353C

Text Example


Text Example

White with #BF353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF353C; }

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

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

background-color css

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

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

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

border-color css

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

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

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