Html Css Color HEX #B5772F Mandalay

📋 copy color: '#B5772F'

red 181 ◦ green 119 ◦ blue 47

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

Shades of Mandalay #B5772F

Tints of Mandalay #B5772F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.29%

 BLUE value IS 47 (18.75% from 255) = 13.54%

R = 52.16%
G = 34.29%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B5772F (or 0xB5772F) is known color: Mandalay. HEX triplet: B5, 77 and 2F. RGB value is (181,119,47). Sum of RGB (Red+Green+Blue) = 181+119+47=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B5772F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5772F is #4A88D0. Grayscale: #818181. Windows color (decimal): -4884689 or 3110837. OLE color: 3110837.

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

Color convert

RGB 181 119 47 -
CMYK 0 0.34 0.74 0.29
HSL 32.24º 0.59% 0.45% -
HSV(B) 32.24º 0.74% 0.71% -
XYZ 26.17 23.22 5.79 -
YUV 129.33 81.54 164.85 -
System Red Green Blue C M Y K H S L
Decimal 181 119 47 0 0.34 0.74 0.29 32.24 0.59 0.45
Hex B5 77 2F 0 22 4A 1D 20 3B 2D
Octal 265 167 57 0 42 112 35 40 73 55
Binary 10110101 1110111 101111 0 100010 1001010 11101 100000 111011 101101

Color Harmonies of #B5772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5772F

Black with #B5772F

Text Example


Text Example

White with #B5772F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5772F; }

 p { color: rgb(181,119,47); }

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

background-color css

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

 a { background-color: rgb(181,119,47); }

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

border-color css

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

 span { border-color: rgb(181,119,47); }

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