Html Css Color HEX #BE2F32 Mahogany

📋 copy color: '#BE2F32'

red 190 ◦ green 47 ◦ blue 50

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

Shades of Mahogany #BE2F32

Tints of Mahogany #BE2F32

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.38%

 BLUE value IS 50 (19.92% from 255) = 17.42%

R = 66.2%
G = 16.38%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE2F32 (or 0xBE2F32) is known color: Mahogany. HEX triplet: BE, 2F and 32. RGB value is (190,47,50). Sum of RGB (Red+Green+Blue) = 190+47+50=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2F32 is #41D0CD. Grayscale: #5A5A5A. Windows color (decimal): -4313294 or 3289022. OLE color: 3289022.

HSL color Cylindrical-coordinate representation of color #BE2F32: hue angle of 358.74º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE2F32 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 47 50 -
CMYK 0 0.75 0.74 0.25
HSL 358.74º 0.6% 0.46% -
HSV(B) 358.74º 0.75% 0.75% -
XYZ 22.83 13.21 4.36 -
YUV 90.1 105.38 199.26 -
System Red Green Blue C M Y K H S L
Decimal 190 47 50 0 0.75 0.74 0.25 358.74 0.6 0.46
Hex BE 2F 32 0 4B 4A 19 167 3C 2E
Octal 276 57 62 0 113 112 31 547 74 56
Binary 10111110 101111 110010 0 1001011 1001010 11001 101100111 111100 101110

Color Harmonies of #BE2F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2F32

Black with #BE2F32

Text Example


Text Example

White with #BE2F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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