Html Css Color HEX #B64042 Mahogany

📋 copy color: '#B64042'

red 182 ◦ green 64 ◦ blue 66

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

Shades of Mahogany #B64042

Tints of Mahogany #B64042

RGB

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

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

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

R = 58.33%
G = 20.51%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B64042 (or 0xB64042) is known color: Mahogany. HEX triplet: B6, 40 and 42. RGB value is (182,64,66). Sum of RGB (Red+Green+Blue) = 182+64+66=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B64042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64042 is #49BFBD. Grayscale: #636363. Windows color (decimal): -4833214 or 4341942. OLE color: 4341942.

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

Color convert

RGB 182 64 66 -
CMYK 0 0.65 0.64 0.29
HSL 358.98º 0.48% 0.48% -
HSV(B) 358.98º 0.65% 0.71% -
XYZ 22.11 14.01 6.69 -
YUV 99.51 109.09 186.84 -
System Red Green Blue C M Y K H S L
Decimal 182 64 66 0 0.65 0.64 0.29 358.98 0.48 0.48
Hex B6 40 42 0 41 40 1D 167 30 30
Octal 266 100 102 0 101 100 35 547 60 60
Binary 10110110 1000000 1000010 0 1000001 1000000 11101 101100111 110000 110000

Color Harmonies of #B64042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64042

Black with #B64042

Text Example


Text Example

White with #B64042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64042; }

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

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

background-color css

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

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

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

border-color css

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

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

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