Html Css Color HEX #B7383B Mahogany

📋 copy color: '#B7383B'

red 183 ◦ green 56 ◦ blue 59

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

Shades of Mahogany #B7383B

Tints of Mahogany #B7383B

RGB

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

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

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

R = 61.41%
G = 18.79%
B = 19.8%

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

#B7383B (or 0xB7383B) is known color: Mahogany. HEX triplet: B7, 38 and 3B. RGB value is (183,56,59). Sum of RGB (Red+Green+Blue) = 183+56+59=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B7383B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7383B is #48C7C4. Grayscale: #5E5E5E. Windows color (decimal): -4769733 or 3881143. OLE color: 3881143.

HSL color Cylindrical-coordinate representation of color #B7383B: hue angle of 358.58º 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 #B7383B is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 56 59 -
CMYK 0 0.69 0.68 0.28
HSL 358.58º 0.53% 0.47% -
HSV(B) 358.58º 0.69% 0.72% -
XYZ 21.73 13.21 5.54 -
YUV 94.32 108.08 191.26 -
System Red Green Blue C M Y K H S L
Decimal 183 56 59 0 0.69 0.68 0.28 358.58 0.53 0.47
Hex B7 38 3B 0 45 44 1C 167 35 2F
Octal 267 70 73 0 105 104 34 547 65 57
Binary 10110111 111000 111011 0 1000101 1000100 11100 101100111 110101 101111

Color Harmonies of #B7383B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7383B

Black with #B7383B

Text Example


Text Example

White with #B7383B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7383B; }

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

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

background-color css

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

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

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

border-color css

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

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

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