Html Css Color HEX #B14041 Mahogany

📋 copy color: '#B14041'

red 177 ◦ green 64 ◦ blue 65

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

Shades of Mahogany #B14041

Tints of Mahogany #B14041

RGB

 RED value IS 177 (69.53% from 255) = 57.84%

 GREEN value IS 64 (25.39% from 255) = 20.92%

 BLUE value IS 65 (25.78% from 255) = 21.24%

R = 57.84%
G = 20.92%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B14041 (or 0xB14041) is known color: Mahogany. HEX triplet: B1, 40 and 41. RGB value is (177,64,65). Sum of RGB (Red+Green+Blue) = 177+64+65=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B14041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14041 is #4EBFBE. Grayscale: #626262. Windows color (decimal): -5160895 or 4276401. OLE color: 4276401.

HSL color Cylindrical-coordinate representation of color #B14041: hue angle of 359.47º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B14041 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 64 65 -
CMYK 0 0.64 0.63 0.31
HSL 359.47º 0.47% 0.47% -
HSV(B) 359.47º 0.64% 0.69% -
XYZ 20.92 13.4 6.48 -
YUV 97.9 109.44 184.42 -
System Red Green Blue C M Y K H S L
Decimal 177 64 65 0 0.64 0.63 0.31 359.47 0.47 0.47
Hex B1 40 41 0 40 3F 1F 167 2F 2F
Octal 261 100 101 0 100 77 37 547 57 57
Binary 10110001 1000000 1000001 0 1000000 111111 11111 101100111 101111 101111

Color Harmonies of #B14041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14041

Black with #B14041

Text Example


Text Example

White with #B14041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14041; }

 p { color: rgb(177,64,65); }

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

background-color css

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

 a { background-color: rgb(177,64,65); }

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

border-color css

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

 span { border-color: rgb(177,64,65); }

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