Html Css Color HEX #BE2B2F Mahogany

📋 copy color: '#BE2B2F'

red 190 ◦ green 43 ◦ blue 47

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

Shades of Mahogany #BE2B2F

Tints of Mahogany #BE2B2F

RGB

 RED value IS 190 (74.61% from 255) = 67.86%

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

 BLUE value IS 47 (18.75% from 255) = 16.79%

R = 67.86%
G = 15.36%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE2B2F (or 0xBE2B2F) is known color: Mahogany. HEX triplet: BE, 2B and 2F. RGB value is (190,43,47). Sum of RGB (Red+Green+Blue) = 190+43+47=280 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.86% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2B2F is #41D4D0. Grayscale: #575757. Windows color (decimal): -4314321 or 3091390. OLE color: 3091390.

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

Color convert

RGB 190 43 47 -
CMYK 0 0.77 0.75 0.25
HSL 358.37º 0.63% 0.46% -
HSV(B) 358.37º 0.77% 0.75% -
XYZ 22.61 12.88 3.98 -
YUV 87.41 105.2 201.17 -
System Red Green Blue C M Y K H S L
Decimal 190 43 47 0 0.77 0.75 0.25 358.37 0.63 0.46
Hex BE 2B 2F 0 4D 4B 19 166 3F 2E
Octal 276 53 57 0 115 113 31 546 77 56
Binary 10111110 101011 101111 0 1001101 1001011 11001 101100110 111111 101110

Color Harmonies of #BE2B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B2F

Black with #BE2B2F

Text Example


Text Example

White with #BE2B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B2F; }

 p { color: rgb(190,43,47); }

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

background-color css

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

 a { background-color: rgb(190,43,47); }

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

border-color css

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

 span { border-color: rgb(190,43,47); }

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