Html Css Color HEX #B1793A Mandalay

📋 copy color: '#B1793A'

red 177 ◦ green 121 ◦ blue 58

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

Shades of Mandalay #B1793A

Tints of Mandalay #B1793A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.99%

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

R = 49.72%
G = 33.99%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1793A (or 0xB1793A) is known color: Mandalay. HEX triplet: B1, 79 and 3A. RGB value is (177,121,58). Sum of RGB (Red+Green+Blue) = 177+121+58=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1793A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1793A is #4E86C5. Grayscale: #828282. Windows color (decimal): -5146310 or 3832241. OLE color: 3832241.

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

Color convert

RGB 177 121 58 -
CMYK 0 0.32 0.67 0.31
HSL 31.76º 0.51% 0.46% -
HSV(B) 31.76º 0.67% 0.69% -
XYZ 25.73 23.33 7.15 -
YUV 130.56 87.05 161.12 -
System Red Green Blue C M Y K H S L
Decimal 177 121 58 0 0.32 0.67 0.31 31.76 0.51 0.46
Hex B1 79 3A 0 20 43 1F 20 33 2E
Octal 261 171 72 0 40 103 37 40 63 56
Binary 10110001 1111001 111010 0 100000 1000011 11111 100000 110011 101110

Color Harmonies of #B1793A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1793A

Black with #B1793A

Text Example


Text Example

White with #B1793A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1793A; }

 p { color: rgb(177,121,58); }

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

background-color css

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

 a { background-color: rgb(177,121,58); }

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

border-color css

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

 span { border-color: rgb(177,121,58); }

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