Html Css Color HEX #B5782E Mandalay

📋 copy color: '#B5782E'

red 181 ◦ green 120 ◦ blue 46

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

Shades of Mandalay #B5782E

Tints of Mandalay #B5782E

RGB

 RED value IS 181 (71.09% from 255) = 52.16%

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

 BLUE value IS 46 (18.36% from 255) = 13.26%

R = 52.16%
G = 34.58%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5782E (or 0xB5782E) is known color: Mandalay. HEX triplet: B5, 78 and 2E. RGB value is (181,120,46). Sum of RGB (Red+Green+Blue) = 181+120+46=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B5782E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5782E is #4A87D1. Grayscale: #828282. Windows color (decimal): -4884434 or 3045557. OLE color: 3045557.

HSL color Cylindrical-coordinate representation of color #B5782E: hue angle of 32.89º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5782E is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 120 46 -
CMYK 0 0.34 0.75 0.29
HSL 32.89º 0.59% 0.45% -
HSV(B) 32.89º 0.75% 0.71% -
XYZ 26.27 23.45 5.73 -
YUV 129.8 80.71 164.52 -
System Red Green Blue C M Y K H S L
Decimal 181 120 46 0 0.34 0.75 0.29 32.89 0.59 0.45
Hex B5 78 2E 0 22 4B 1D 21 3B 2D
Octal 265 170 56 0 42 113 35 41 73 55
Binary 10110101 1111000 101110 0 100010 1001011 11101 100001 111011 101101

Color Harmonies of #B5782E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5782E

Black with #B5782E

Text Example


Text Example

White with #B5782E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5782E; }

 p { color: rgb(181,120,46); }

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

background-color css

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

 a { background-color: rgb(181,120,46); }

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

border-color css

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

 span { border-color: rgb(181,120,46); }

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