Html Css Color HEX #BE262B Mahogany

📋 copy color: '#BE262B'

red 190 ◦ green 38 ◦ blue 43

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

Shades of Mahogany #BE262B

Tints of Mahogany #BE262B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.02%

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

R = 70.11%
G = 14.02%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE262B (or 0xBE262B) is known color: Mahogany. HEX triplet: BE, 26 and 2B. RGB value is (190,38,43). Sum of RGB (Red+Green+Blue) = 190+38+43=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE262B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE262B is #41D9D4. Grayscale: #545454. Windows color (decimal): -4315605 or 2827966. OLE color: 2827966.

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

Color convert

RGB 190 38 43 -
CMYK 0 0.8 0.77 0.25
HSL 358.03º 0.67% 0.45% -
HSV(B) 358.03º 0.8% 0.75% -
XYZ 22.36 12.51 3.52 -
YUV 84.02 104.86 203.59 -
System Red Green Blue C M Y K H S L
Decimal 190 38 43 0 0.8 0.77 0.25 358.03 0.67 0.45
Hex BE 26 2B 0 50 4D 19 166 43 2D
Octal 276 46 53 0 120 115 31 546 103 55
Binary 10111110 100110 101011 0 1010000 1001101 11001 101100110 1000011 101101

Color Harmonies of #BE262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE262B

Black with #BE262B

Text Example


Text Example

White with #BE262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE262B; }

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

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

background-color css

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

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

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

border-color css

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

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

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