Html Css Color HEX #BF2B32 Mahogany

📋 copy color: '#BF2B32'

red 191 ◦ green 43 ◦ blue 50

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

Shades of Mahogany #BF2B32

Tints of Mahogany #BF2B32

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.14%

 BLUE value IS 50 (19.92% from 255) = 17.61%

R = 67.25%
G = 15.14%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF2B32 (or 0xBF2B32) is known color: Mahogany. HEX triplet: BF, 2B and 32. RGB value is (191,43,50). Sum of RGB (Red+Green+Blue) = 191+43+50=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2B32 is #40D4CD. Grayscale: #585858. Windows color (decimal): -4248782 or 3287999. OLE color: 3287999.

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

Color convert

RGB 191 43 50 -
CMYK 0 0.77 0.74 0.25
HSL 357.16º 0.63% 0.46% -
HSV(B) 357.16º 0.77% 0.75% -
XYZ 22.93 13.03 4.33 -
YUV 88.05 106.53 201.43 -
System Red Green Blue C M Y K H S L
Decimal 191 43 50 0 0.77 0.74 0.25 357.16 0.63 0.46
Hex BF 2B 32 0 4D 4A 19 165 3F 2E
Octal 277 53 62 0 115 112 31 545 77 56
Binary 10111111 101011 110010 0 1001101 1001010 11001 101100101 111111 101110

Color Harmonies of #BF2B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2B32

Black with #BF2B32

Text Example


Text Example

White with #BF2B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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