Html Css Color HEX #BA3F42 Mahogany

📋 copy color: '#BA3F42'

red 186 ◦ green 63 ◦ blue 66

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

Shades of Mahogany #BA3F42

Tints of Mahogany #BA3F42

RGB

 RED value IS 186 (73.05% from 255) = 59.05%

 GREEN value IS 63 (25% from 255) = 20%

 BLUE value IS 66 (26.17% from 255) = 20.95%

R = 59.05%
G = 20%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA3F42 (or 0xBA3F42) is known color: Mahogany. HEX triplet: BA, 3F and 42. RGB value is (186,63,66). Sum of RGB (Red+Green+Blue) = 186+63+66=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3F42 is #45C0BD. Grayscale: #646464. Windows color (decimal): -4571326 or 4341690. OLE color: 4341690.

HSL color Cylindrical-coordinate representation of color #BA3F42: hue angle of 358.54º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA3F42 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 63 66 -
CMYK 0 0.66 0.65 0.27
HSL 358.54º 0.49% 0.49% -
HSV(B) 358.54º 0.66% 0.73% -
XYZ 23.01 14.39 6.72 -
YUV 100.12 108.75 189.26 -
System Red Green Blue C M Y K H S L
Decimal 186 63 66 0 0.66 0.65 0.27 358.54 0.49 0.49
Hex BA 3F 42 0 42 41 1B 167 31 31
Octal 272 77 102 0 102 101 33 547 61 61
Binary 10111010 111111 1000010 0 1000010 1000001 11011 101100111 110001 110001

Color Harmonies of #BA3F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3F42

Black with #BA3F42

Text Example


Text Example

White with #BA3F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3F42; }

 p { color: rgb(186,63,66); }

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

background-color css

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

 a { background-color: rgb(186,63,66); }

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

border-color css

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

 span { border-color: rgb(186,63,66); }

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