Html Css Color HEX #B83A3E Mahogany

📋 copy color: '#B83A3E'

red 184 ◦ green 58 ◦ blue 62

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

Shades of Mahogany #B83A3E

Tints of Mahogany #B83A3E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.08%

 BLUE value IS 62 (24.61% from 255) = 20.39%

R = 60.53%
G = 19.08%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B83A3E (or 0xB83A3E) is known color: Mahogany. HEX triplet: B8, 3A and 3E. RGB value is (184,58,62). Sum of RGB (Red+Green+Blue) = 184+58+62=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83A3E is #47C5C1. Grayscale: #606060. Windows color (decimal): -4703682 or 4078264. OLE color: 4078264.

HSL color Cylindrical-coordinate representation of color #B83A3E: hue angle of 358.1º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83A3E is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 58 62 -
CMYK 0 0.68 0.66 0.28
HSL 358.1º 0.52% 0.47% -
HSV(B) 358.1º 0.68% 0.72% -
XYZ 22.15 13.56 6.01 -
YUV 96.13 108.74 190.67 -
System Red Green Blue C M Y K H S L
Decimal 184 58 62 0 0.68 0.66 0.28 358.1 0.52 0.47
Hex B8 3A 3E 0 44 42 1C 166 34 2F
Octal 270 72 76 0 104 102 34 546 64 57
Binary 10111000 111010 111110 0 1000100 1000010 11100 101100110 110100 101111

Color Harmonies of #B83A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83A3E

Black with #B83A3E

Text Example


Text Example

White with #B83A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83A3E; }

 p { color: rgb(184,58,62); }

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

background-color css

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

 a { background-color: rgb(184,58,62); }

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

border-color css

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

 span { border-color: rgb(184,58,62); }

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