Html Css Color HEX #BF3239 Mahogany

📋 copy color: '#BF3239'

red 191 ◦ green 50 ◦ blue 57

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

Shades of Mahogany #BF3239

Tints of Mahogany #BF3239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.78%

 BLUE value IS 57 (22.66% from 255) = 19.13%

R = 64.09%
G = 16.78%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF3239 (or 0xBF3239) is known color: Mahogany. HEX triplet: BF, 32 and 39. RGB value is (191,50,57). Sum of RGB (Red+Green+Blue) = 191+50+57=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3239 is #40CDC6. Grayscale: #5D5D5D. Windows color (decimal): -4246983 or 3748543. OLE color: 3748543.

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

Color convert

RGB 191 50 57 -
CMYK 0 0.74 0.70 0.25
HSL 357.02º 0.59% 0.47% -
HSV(B) 357.02º 0.74% 0.75% -
XYZ 23.36 13.65 5.27 -
YUV 92.96 107.71 197.93 -
System Red Green Blue C M Y K H S L
Decimal 191 50 57 0 0.74 0.70 0.25 357.02 0.59 0.47
Hex BF 32 39 0 4A 46 19 165 3B 2F
Octal 277 62 71 0 112 106 31 545 73 57
Binary 10111111 110010 111001 0 1001010 1000110 11001 101100101 111011 101111

Color Harmonies of #BF3239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3239

Black with #BF3239

Text Example


Text Example

White with #BF3239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3239; }

 p { color: rgb(191,50,57); }

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

background-color css

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

 a { background-color: rgb(191,50,57); }

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

border-color css

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

 span { border-color: rgb(191,50,57); }

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