Html Css Color HEX #BE272B Mahogany

📋 copy color: '#BE272B'

red 190 ◦ green 39 ◦ blue 43

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

Shades of Mahogany #BE272B

Tints of Mahogany #BE272B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.34%

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

R = 69.85%
G = 14.34%
B = 15.81%

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

#BE272B (or 0xBE272B) is known color: Mahogany. HEX triplet: BE, 27 and 2B. RGB value is (190,39,43). Sum of RGB (Red+Green+Blue) = 190+39+43=272 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.85% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 190 - color contains mainly: red. Hex color #BE272B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE272B is #41D8D4. Grayscale: #545454. Windows color (decimal): -4315349 or 2828222. OLE color: 2828222.

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

Color convert

RGB 190 39 43 -
CMYK 0 0.79 0.77 0.25
HSL 358.41º 0.66% 0.45% -
HSV(B) 358.41º 0.79% 0.75% -
XYZ 22.4 12.57 3.53 -
YUV 84.61 104.53 203.17 -
System Red Green Blue C M Y K H S L
Decimal 190 39 43 0 0.79 0.77 0.25 358.41 0.66 0.45
Hex BE 27 2B 0 4F 4D 19 166 42 2D
Octal 276 47 53 0 117 115 31 546 102 55
Binary 10111110 100111 101011 0 1001111 1001101 11001 101100110 1000010 101101

Color Harmonies of #BE272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE272B

Black with #BE272B

Text Example


Text Example

White with #BE272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE272B; }

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

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

background-color css

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

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

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

border-color css

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

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

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