Html Css Color HEX #B2772C Mandalay

📋 copy color: '#B2772C'

red 178 ◦ green 119 ◦ blue 44

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

Shades of Mandalay #B2772C

Tints of Mandalay #B2772C

RGB

 RED value IS 178 (69.92% from 255) = 52.2%

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

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

R = 52.2%
G = 34.9%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2772C (or 0xB2772C) is known color: Mandalay. HEX triplet: B2, 77 and 2C. RGB value is (178,119,44). Sum of RGB (Red+Green+Blue) = 178+119+44=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2772C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2772C is #4D88D3. Grayscale: #808080. Windows color (decimal): -5081300 or 2914226. OLE color: 2914226.

HSL color Cylindrical-coordinate representation of color #B2772C: hue angle of 33.58º degrees, saturation: 0.6, 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 #B2772C is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 119 44 -
CMYK 0 0.33 0.75 0.30
HSL 33.58º 0.6% 0.44% -
HSV(B) 33.58º 0.75% 0.7% -
XYZ 25.41 22.84 5.45 -
YUV 128.09 80.55 163.6 -
System Red Green Blue C M Y K H S L
Decimal 178 119 44 0 0.33 0.75 0.30 33.58 0.6 0.44
Hex B2 77 2C 0 21 4B 1E 22 3C 2C
Octal 262 167 54 0 41 113 36 42 74 54
Binary 10110010 1110111 101100 0 100001 1001011 11110 100010 111100 101100

Color Harmonies of #B2772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2772C

Black with #B2772C

Text Example


Text Example

White with #B2772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2772C; }

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

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

background-color css

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

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

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

border-color css

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

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

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