Html Css Color HEX #B1383B Mahogany

📋 copy color: '#B1383B'

red 177 ◦ green 56 ◦ blue 59

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

Shades of Mahogany #B1383B

Tints of Mahogany #B1383B

RGB

 RED value IS 177 (69.53% from 255) = 60.62%

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

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

R = 60.62%
G = 19.18%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1383B (or 0xB1383B) is known color: Mahogany. HEX triplet: B1, 38 and 3B. RGB value is (177,56,59). Sum of RGB (Red+Green+Blue) = 177+56+59=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B1383B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1383B is #4EC7C4. Grayscale: #5C5C5C. Windows color (decimal): -5162949 or 3881137. OLE color: 3881137.

HSL color Cylindrical-coordinate representation of color #B1383B: hue angle of 358.51º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B1383B is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 56 59 -
CMYK 0 0.68 0.67 0.31
HSL 358.51º 0.52% 0.46% -
HSV(B) 358.51º 0.68% 0.69% -
XYZ 20.34 12.49 5.48 -
YUV 92.52 109.09 188.26 -
System Red Green Blue C M Y K H S L
Decimal 177 56 59 0 0.68 0.67 0.31 358.51 0.52 0.46
Hex B1 38 3B 0 44 43 1F 167 34 2E
Octal 261 70 73 0 104 103 37 547 64 56
Binary 10110001 111000 111011 0 1000100 1000011 11111 101100111 110100 101110

Color Harmonies of #B1383B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1383B

Black with #B1383B

Text Example


Text Example

White with #B1383B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1383B; }

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

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

background-color css

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

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

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

border-color css

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

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

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