Html Css Color HEX #B2772E Mandalay

📋 copy color: '#B2772E'

red 178 ◦ green 119 ◦ blue 46

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

Shades of Mandalay #B2772E

Tints of Mandalay #B2772E

RGB

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

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

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

R = 51.9%
G = 34.69%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2772E (or 0xB2772E) is known color: Mandalay. HEX triplet: B2, 77 and 2E. RGB value is (178,119,46). Sum of RGB (Red+Green+Blue) = 178+119+46=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 46 (18.36% from 255 or 13.41% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B2772E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2772E is #4D88D1. Grayscale: #808080. Windows color (decimal): -5081298 or 3045298. OLE color: 3045298.

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

Color convert

RGB 178 119 46 -
CMYK 0 0.33 0.74 0.30
HSL 33.18º 0.59% 0.44% -
HSV(B) 33.18º 0.74% 0.7% -
XYZ 25.45 22.86 5.66 -
YUV 128.32 81.55 163.44 -
System Red Green Blue C M Y K H S L
Decimal 178 119 46 0 0.33 0.74 0.30 33.18 0.59 0.44
Hex B2 77 2E 0 21 4A 1E 21 3B 2C
Octal 262 167 56 0 41 112 36 41 73 54
Binary 10110010 1110111 101110 0 100001 1001010 11110 100001 111011 101100

Color Harmonies of #B2772E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2772E

Black with #B2772E

Text Example


Text Example

White with #B2772E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2772E; }

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

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

background-color css

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

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

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

border-color css

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

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

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