Html Css Color HEX #B7383A Mahogany

📋 copy color: '#B7383A'

red 183 ◦ green 56 ◦ blue 58

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

Shades of Mahogany #B7383A

Tints of Mahogany #B7383A

RGB

 RED value IS 183 (71.88% from 255) = 61.62%

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

 BLUE value IS 58 (23.05% from 255) = 19.53%

R = 61.62%
G = 18.86%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7383A (or 0xB7383A) is known color: Mahogany. HEX triplet: B7, 38 and 3A. RGB value is (183,56,58). Sum of RGB (Red+Green+Blue) = 183+56+58=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B7383A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7383A is #48C7C5. Grayscale: #5E5E5E. Windows color (decimal): -4769734 or 3815607. OLE color: 3815607.

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

Color convert

RGB 183 56 58 -
CMYK 0 0.69 0.68 0.28
HSL 359.06º 0.53% 0.47% -
HSV(B) 359.06º 0.69% 0.72% -
XYZ 21.71 13.2 5.41 -
YUV 94.2 107.58 191.34 -
System Red Green Blue C M Y K H S L
Decimal 183 56 58 0 0.69 0.68 0.28 359.06 0.53 0.47
Hex B7 38 3A 0 45 44 1C 167 35 2F
Octal 267 70 72 0 105 104 34 547 65 57
Binary 10110111 111000 111010 0 1000101 1000100 11100 101100111 110101 101111

Color Harmonies of #B7383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7383A

Black with #B7383A

Text Example


Text Example

White with #B7383A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7383A; }

 p { color: rgb(183,56,58); }

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

background-color css

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

 a { background-color: rgb(183,56,58); }

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

border-color css

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

 span { border-color: rgb(183,56,58); }

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