Html Css Color HEX #B3772C Mandalay

📋 copy color: '#B3772C'

red 179 ◦ green 119 ◦ blue 44

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

Shades of Mandalay #B3772C

Tints of Mandalay #B3772C

RGB

 RED value IS 179 (70.31% from 255) = 52.34%

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

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

R = 52.34%
G = 34.8%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B3772C (or 0xB3772C) is known color: Mandalay. HEX triplet: B3, 77 and 2C. RGB value is (179,119,44). Sum of RGB (Red+Green+Blue) = 179+119+44=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B3772C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3772C is #4C88D3. Grayscale: #808080. Windows color (decimal): -5015764 or 2914227. OLE color: 2914227.

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

Color convert

RGB 179 119 44 -
CMYK 0 0.34 0.75 0.30
HSL 33.33º 0.61% 0.44% -
HSV(B) 33.33º 0.75% 0.7% -
XYZ 25.64 22.96 5.46 -
YUV 128.39 80.38 164.1 -
System Red Green Blue C M Y K H S L
Decimal 179 119 44 0 0.34 0.75 0.30 33.33 0.61 0.44
Hex B3 77 2C 0 22 4B 1E 21 3D 2C
Octal 263 167 54 0 42 113 36 41 75 54
Binary 10110011 1110111 101100 0 100010 1001011 11110 100001 111101 101100

Color Harmonies of #B3772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3772C

Black with #B3772C

Text Example


Text Example

White with #B3772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3772C; }

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

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

background-color css

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

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

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

border-color css

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

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

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