Html Css Color HEX #B64142 Mahogany

📋 copy color: '#B64142'

red 182 ◦ green 65 ◦ blue 66

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

Shades of Mahogany #B64142

Tints of Mahogany #B64142

RGB

 RED value IS 182 (71.48% from 255) = 58.15%

 GREEN value IS 65 (25.78% from 255) = 20.77%

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

R = 58.15%
G = 20.77%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B64142 (or 0xB64142) is known color: Mahogany. HEX triplet: B6, 41 and 42. RGB value is (182,65,66). Sum of RGB (Red+Green+Blue) = 182+65+66=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B64142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64142 is #49BEBD. Grayscale: #646464. Windows color (decimal): -4832958 or 4342198. OLE color: 4342198.

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

Color convert

RGB 182 65 66 -
CMYK 0 0.64 0.64 0.29
HSL 359.49º 0.47% 0.48% -
HSV(B) 359.49º 0.64% 0.71% -
XYZ 22.17 14.12 6.71 -
YUV 100.1 108.76 186.42 -
System Red Green Blue C M Y K H S L
Decimal 182 65 66 0 0.64 0.64 0.29 359.49 0.47 0.48
Hex B6 41 42 0 40 40 1D 167 2F 30
Octal 266 101 102 0 100 100 35 547 57 60
Binary 10110110 1000001 1000010 0 1000000 1000000 11101 101100111 101111 110000

Color Harmonies of #B64142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64142

Black with #B64142

Text Example


Text Example

White with #B64142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64142; }

 p { color: rgb(182,65,66); }

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

background-color css

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

 a { background-color: rgb(182,65,66); }

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

border-color css

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

 span { border-color: rgb(182,65,66); }

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