Html Css Color HEX #B83D40 Mahogany

📋 copy color: '#B83D40'

red 184 ◦ green 61 ◦ blue 64

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

Shades of Mahogany #B83D40

Tints of Mahogany #B83D40

RGB

 RED value IS 184 (72.27% from 255) = 59.55%

 GREEN value IS 61 (24.22% from 255) = 19.74%

 BLUE value IS 64 (25.39% from 255) = 20.71%

R = 59.55%
G = 19.74%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B83D40 (or 0xB83D40) is known color: Mahogany. HEX triplet: B8, 3D and 40. RGB value is (184,61,64). Sum of RGB (Red+Green+Blue) = 184+61+64=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83D40 is #47C2BF. Grayscale: #626262. Windows color (decimal): -4702912 or 4210104. OLE color: 4210104.

HSL color Cylindrical-coordinate representation of color #B83D40: hue angle of 358.54º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B83D40 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 61 64 -
CMYK 0 0.67 0.65 0.28
HSL 358.54º 0.5% 0.48% -
HSV(B) 358.54º 0.67% 0.72% -
XYZ 22.36 13.9 6.35 -
YUV 98.12 108.75 189.26 -
System Red Green Blue C M Y K H S L
Decimal 184 61 64 0 0.67 0.65 0.28 358.54 0.5 0.48
Hex B8 3D 40 0 43 41 1C 167 32 30
Octal 270 75 100 0 103 101 34 547 62 60
Binary 10111000 111101 1000000 0 1000011 1000001 11100 101100111 110010 110000

Color Harmonies of #B83D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83D40

Black with #B83D40

Text Example


Text Example

White with #B83D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83D40; }

 p { color: rgb(184,61,64); }

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

background-color css

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

 a { background-color: rgb(184,61,64); }

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

border-color css

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

 span { border-color: rgb(184,61,64); }

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