Html Css Color HEX #B8383B Mahogany

📋 copy color: '#B8383B'

red 184 ◦ green 56 ◦ blue 59

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

Shades of Mahogany #B8383B

Tints of Mahogany #B8383B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.73%

 BLUE value IS 59 (23.44% from 255) = 19.73%

R = 61.54%
G = 18.73%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8383B (or 0xB8383B) is known color: Mahogany. HEX triplet: B8, 38 and 3B. RGB value is (184,56,59). Sum of RGB (Red+Green+Blue) = 184+56+59=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B8383B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8383B is #47C7C4. Grayscale: #5E5E5E. Windows color (decimal): -4704197 or 3881144. OLE color: 3881144.

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

Color convert

RGB 184 56 59 -
CMYK 0 0.70 0.68 0.28
HSL 358.59º 0.53% 0.47% -
HSV(B) 358.59º 0.7% 0.72% -
XYZ 21.97 13.33 5.55 -
YUV 94.61 107.91 191.76 -
System Red Green Blue C M Y K H S L
Decimal 184 56 59 0 0.70 0.68 0.28 358.59 0.53 0.47
Hex B8 38 3B 0 46 44 1C 167 35 2F
Octal 270 70 73 0 106 104 34 547 65 57
Binary 10111000 111000 111011 0 1000110 1000100 11100 101100111 110101 101111

Color Harmonies of #B8383B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8383B

Black with #B8383B

Text Example


Text Example

White with #B8383B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8383B; }

 p { color: rgb(184,56,59); }

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

background-color css

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

 a { background-color: rgb(184,56,59); }

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

border-color css

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

 span { border-color: rgb(184,56,59); }

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