Html Css Color HEX #BF353B Mahogany

📋 copy color: '#BF353B'

red 191 ◦ green 53 ◦ blue 59

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

Shades of Mahogany #BF353B

Tints of Mahogany #BF353B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.47%

R = 63.04%
G = 17.49%
B = 19.47%

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

#BF353B (or 0xBF353B) is known color: Mahogany. HEX triplet: BF, 35 and 3B. RGB value is (191,53,59). Sum of RGB (Red+Green+Blue) = 191+53+59=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF353B is #40CAC4. Grayscale: #5F5F5F. Windows color (decimal): -4246213 or 3880383. OLE color: 3880383.

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

Color convert

RGB 191 53 59 -
CMYK 0 0.72 0.69 0.25
HSL 357.39º 0.57% 0.48% -
HSV(B) 357.39º 0.72% 0.75% -
XYZ 23.55 13.94 5.59 -
YUV 94.95 107.72 196.51 -
System Red Green Blue C M Y K H S L
Decimal 191 53 59 0 0.72 0.69 0.25 357.39 0.57 0.48
Hex BF 35 3B 0 48 45 19 165 39 30
Octal 277 65 73 0 110 105 31 545 71 60
Binary 10111111 110101 111011 0 1001000 1000101 11001 101100101 111001 110000

Color Harmonies of #BF353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF353B

Black with #BF353B

Text Example


Text Example

White with #BF353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF353B; }

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

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

background-color css

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

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

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

border-color css

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

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

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