Html Css Color HEX #B64243 Mahogany

📋 copy color: '#B64243'

red 182 ◦ green 66 ◦ blue 67

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

Shades of Mahogany #B64243

Tints of Mahogany #B64243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.27%

R = 57.78%
G = 20.95%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B64243 (or 0xB64243) is known color: Mahogany. HEX triplet: B6, 42 and 43. RGB value is (182,66,67). Sum of RGB (Red+Green+Blue) = 182+66+67=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B64243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64243 is #49BDBC. Grayscale: #646464. Windows color (decimal): -4832701 or 4407990. OLE color: 4407990.

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

Color convert

RGB 182 66 67 -
CMYK 0 0.64 0.63 0.29
HSL 359.48º 0.47% 0.49% -
HSV(B) 359.48º 0.64% 0.71% -
XYZ 22.25 14.25 6.89 -
YUV 100.8 108.93 185.92 -
System Red Green Blue C M Y K H S L
Decimal 182 66 67 0 0.64 0.63 0.29 359.48 0.47 0.49
Hex B6 42 43 0 40 3F 1D 167 2F 31
Octal 266 102 103 0 100 77 35 547 57 61
Binary 10110110 1000010 1000011 0 1000000 111111 11101 101100111 101111 110001

Color Harmonies of #B64243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64243

Black with #B64243

Text Example


Text Example

White with #B64243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64243; }

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

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

background-color css

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

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

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

border-color css

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

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

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