#BF3035

Color #BF3035 Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #BF3035

Tints of Mahogany #BF3035

Color information

#BF3035 (or 0xBF3035) is unknown color: approx Mahogany. HEX triplet: BF, 30 and 35. RGB value is (191,48,53). Sum of RGB (Red+Green+Blue) = 191+48+53=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3035 is #40CFCA. Grayscale: #5B5B5B. Windows color (decimal): -4247499 or 3485887. OLE color: 3485887.

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

Color convert

RGB1914853-
CMYK00.750.720.25
HSL357.9º59.83%46.86%-
HSV(B)357.9º74.87%74.9%-
XYZ23.1913.454.74-
YUV91.33106.38199.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.41%
GREEN value IS 48 (19.14% from 255) = 16.44%
BLUE value IS 53 (21.09% from 255) = 18.15%
R=65.41%
G=16.44%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191485300.750.720.25357.959.8346.86
HexBF303504B48191663c2f
Octal27760650113110315467457
Binary1011111111000011010101001011100100011001101100110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3035; }

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

 H1.HeaderClassName
 {
   color: #BF3035;
 }
 .AnyTagClassName
 {
   color: #BF3035;
 }
</style>
background-color css

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

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

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

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

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

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