Html Css Color HEX #B1782D Mandalay

📋 copy color: '#B1782D'

red 177 ◦ green 120 ◦ blue 45

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

Shades of Mandalay #B1782D

Tints of Mandalay #B1782D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.09%

 BLUE value IS 45 (17.97% from 255) = 13.16%

R = 51.75%
G = 35.09%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1782D (or 0xB1782D) is known color: Mandalay. HEX triplet: B1, 78 and 2D. RGB value is (177,120,45). Sum of RGB (Red+Green+Blue) = 177+120+45=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B1782D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1782D is #4E87D2. Grayscale: #808080. Windows color (decimal): -5146579 or 2980017. OLE color: 2980017.

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

Color convert

RGB 177 120 45 -
CMYK 0 0.32 0.75 0.31
HSL 34.09º 0.59% 0.44% -
HSV(B) 34.09º 0.75% 0.69% -
XYZ 25.32 22.97 5.58 -
YUV 128.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 177 120 45 0 0.32 0.75 0.31 34.09 0.59 0.44
Hex B1 78 2D 0 20 4B 1F 22 3B 2C
Octal 261 170 55 0 40 113 37 42 73 54
Binary 10110001 1111000 101101 0 100000 1001011 11111 100010 111011 101100

Color Harmonies of #B1782D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1782D

Black with #B1782D

Text Example


Text Example

White with #B1782D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1782D; }

 p { color: rgb(177,120,45); }

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

background-color css

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

 a { background-color: rgb(177,120,45); }

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

border-color css

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

 span { border-color: rgb(177,120,45); }

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