Html Css Color HEX #BE282F Mahogany

📋 copy color: '#BE282F'

red 190 ◦ green 40 ◦ blue 47

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

Shades of Mahogany #BE282F

Tints of Mahogany #BE282F

RGB

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

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

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

R = 68.59%
G = 14.44%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE282F (or 0xBE282F) is known color: Mahogany. HEX triplet: BE, 28 and 2F. RGB value is (190,40,47). Sum of RGB (Red+Green+Blue) = 190+40+47=277 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.59% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 190 - color contains mainly: red. Hex color #BE282F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE282F is #41D7D0. Grayscale: #555555. Windows color (decimal): -4315089 or 3090622. OLE color: 3090622.

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

Color convert

RGB 190 40 47 -
CMYK 0 0.79 0.75 0.25
HSL 357.2º 0.65% 0.45% -
HSV(B) 357.2º 0.79% 0.75% -
XYZ 22.51 12.67 3.95 -
YUV 85.65 106.2 202.43 -
System Red Green Blue C M Y K H S L
Decimal 190 40 47 0 0.79 0.75 0.25 357.2 0.65 0.45
Hex BE 28 2F 0 4F 4B 19 165 41 2D
Octal 276 50 57 0 117 113 31 545 101 55
Binary 10111110 101000 101111 0 1001111 1001011 11001 101100101 1000001 101101

Color Harmonies of #BE282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE282F

Black with #BE282F

Text Example


Text Example

White with #BE282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE282F; }

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

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

background-color css

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

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

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

border-color css

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

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

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