Html Css Color HEX #BE3A3C Mahogany

📋 copy color: '#BE3A3C'

red 190 ◦ green 58 ◦ blue 60

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

Shades of Mahogany #BE3A3C

Tints of Mahogany #BE3A3C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.83%

 BLUE value IS 60 (23.83% from 255) = 19.48%

R = 61.69%
G = 18.83%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE3A3C (or 0xBE3A3C) is known color: Mahogany. HEX triplet: BE, 3A and 3C. RGB value is (190,58,60). Sum of RGB (Red+Green+Blue) = 190+58+60=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A3C is #41C5C3. Grayscale: #616161. Windows color (decimal): -4310468 or 3947198. OLE color: 3947198.

HSL color Cylindrical-coordinate representation of color #BE3A3C: hue angle of 359.09º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE3A3C is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 58 60 -
CMYK 0 0.69 0.68 0.25
HSL 359.09º 0.53% 0.49% -
HSV(B) 359.09º 0.69% 0.75% -
XYZ 23.56 14.3 5.79 -
YUV 97.7 106.73 193.84 -
System Red Green Blue C M Y K H S L
Decimal 190 58 60 0 0.69 0.68 0.25 359.09 0.53 0.49
Hex BE 3A 3C 0 45 44 19 167 35 31
Octal 276 72 74 0 105 104 31 547 65 61
Binary 10111110 111010 111100 0 1000101 1000100 11001 101100111 110101 110001

Color Harmonies of #BE3A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A3C

Black with #BE3A3C

Text Example


Text Example

White with #BE3A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A3C; }

 p { color: rgb(190,58,60); }

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

background-color css

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

 a { background-color: rgb(190,58,60); }

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

border-color css

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

 span { border-color: rgb(190,58,60); }

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