Html Css Color HEX #BE282B Mahogany

📋 copy color: '#BE282B'

red 190 ◦ green 40 ◦ blue 43

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

Shades of Mahogany #BE282B

Tints of Mahogany #BE282B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.65%

 BLUE value IS 43 (17.19% from 255) = 15.75%

R = 69.6%
G = 14.65%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE282B (or 0xBE282B) is known color: Mahogany. HEX triplet: BE, 28 and 2B. RGB value is (190,40,43). Sum of RGB (Red+Green+Blue) = 190+40+43=273 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.60% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 190 - color contains mainly: red. Hex color #BE282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE282B is #41D7D4. Grayscale: #555555. Windows color (decimal): -4315093 or 2828478. OLE color: 2828478.

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

Color convert

RGB 190 40 43 -
CMYK 0 0.79 0.77 0.25
HSL 358.8º 0.65% 0.45% -
HSV(B) 358.8º 0.79% 0.75% -
XYZ 22.43 12.64 3.54 -
YUV 85.19 104.2 202.76 -
System Red Green Blue C M Y K H S L
Decimal 190 40 43 0 0.79 0.77 0.25 358.8 0.65 0.45
Hex BE 28 2B 0 4F 4D 19 167 41 2D
Octal 276 50 53 0 117 115 31 547 101 55
Binary 10111110 101000 101011 0 1001111 1001101 11001 101100111 1000001 101101

Color Harmonies of #BE282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE282B

Black with #BE282B

Text Example


Text Example

White with #BE282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE282B; }

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

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

background-color css

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

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

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

border-color css

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

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

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