Html Css Color HEX #B4772C Mandalay

📋 copy color: '#B4772C'

red 180 ◦ green 119 ◦ blue 44

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

Shades of Mandalay #B4772C

Tints of Mandalay #B4772C

RGB

 RED value IS 180 (70.7% from 255) = 52.48%

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

 BLUE value IS 44 (17.58% from 255) = 12.83%

R = 52.48%
G = 34.69%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4772C (or 0xB4772C) is known color: Mandalay. HEX triplet: B4, 77 and 2C. RGB value is (180,119,44). Sum of RGB (Red+Green+Blue) = 180+119+44=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B4772C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4772C is #4B88D3. Grayscale: #818181. Windows color (decimal): -4950228 or 2914228. OLE color: 2914228.

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

Color convert

RGB 180 119 44 -
CMYK 0 0.34 0.76 0.29
HSL 33.09º 0.61% 0.44% -
HSV(B) 33.09º 0.76% 0.71% -
XYZ 25.87 23.08 5.47 -
YUV 128.69 80.21 164.6 -
System Red Green Blue C M Y K H S L
Decimal 180 119 44 0 0.34 0.76 0.29 33.09 0.61 0.44
Hex B4 77 2C 0 22 4C 1D 21 3D 2C
Octal 264 167 54 0 42 114 35 41 75 54
Binary 10110100 1110111 101100 0 100010 1001100 11101 100001 111101 101100

Color Harmonies of #B4772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4772C

Black with #B4772C

Text Example


Text Example

White with #B4772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4772C; }

 p { color: rgb(180,119,44); }

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

background-color css

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

 a { background-color: rgb(180,119,44); }

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

border-color css

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

 span { border-color: rgb(180,119,44); }

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