Html Css Color HEX #B2772F Mandalay

📋 copy color: '#B2772F'

red 178 ◦ green 119 ◦ blue 47

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

Shades of Mandalay #B2772F

Tints of Mandalay #B2772F

RGB

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

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

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

R = 51.74%
G = 34.59%
B = 13.66%

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

#B2772F (or 0xB2772F) is known color: Mandalay. HEX triplet: B2, 77 and 2F. RGB value is (178,119,47). Sum of RGB (Red+Green+Blue) = 178+119+47=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 47 (18.75% from 255 or 13.66% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B2772F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2772F is #4D88D0. Grayscale: #808080. Windows color (decimal): -5081297 or 3110834. OLE color: 3110834.

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

Color convert

RGB 178 119 47 -
CMYK 0 0.33 0.74 0.30
HSL 32.98º 0.58% 0.44% -
HSV(B) 32.98º 0.74% 0.7% -
XYZ 25.47 22.86 5.76 -
YUV 128.43 82.05 163.35 -
System Red Green Blue C M Y K H S L
Decimal 178 119 47 0 0.33 0.74 0.30 32.98 0.58 0.44
Hex B2 77 2F 0 21 4A 1E 21 3A 2C
Octal 262 167 57 0 41 112 36 41 72 54
Binary 10110010 1110111 101111 0 100001 1001010 11110 100001 111010 101100

Color Harmonies of #B2772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2772F

Black with #B2772F

Text Example


Text Example

White with #B2772F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2772F; }

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

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

background-color css

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

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

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

border-color css

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

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

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