Html Css Color HEX #B2831F Mandalay

📋 copy color: '#B2831F'

red 178 ◦ green 131 ◦ blue 31

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

Shades of Mandalay #B2831F

Tints of Mandalay #B2831F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.53%

 BLUE value IS 31 (12.5% from 255) = 9.12%

R = 52.35%
G = 38.53%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B2831F (or 0xB2831F) is known color: Mandalay. HEX triplet: B2, 83 and 1F. RGB value is (178,131,31). Sum of RGB (Red+Green+Blue) = 178+131+31=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B2831F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2831F is #4D7CE0. Grayscale: #868686. Windows color (decimal): -5078241 or 2065330. OLE color: 2065330.

HSL color Cylindrical-coordinate representation of color #B2831F: hue angle of 40.82º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2831F is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 131 31 -
CMYK 0 0.26 0.83 0.30
HSL 40.82º 0.7% 0.41% -
HSV(B) 40.82º 0.83% 0.7% -
XYZ 26.72 25.8 4.87 -
YUV 133.65 70.07 159.63 -
System Red Green Blue C M Y K H S L
Decimal 178 131 31 0 0.26 0.83 0.30 40.82 0.7 0.41
Hex B2 83 1F 0 1A 53 1E 29 46 29
Octal 262 203 37 0 32 123 36 51 106 51
Binary 10110010 10000011 11111 0 11010 1010011 11110 101001 1000110 101001

Color Harmonies of #B2831F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2831F

Black with #B2831F

Text Example


Text Example

White with #B2831F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2831F; }

 p { color: rgb(178,131,31); }

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

background-color css

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

 a { background-color: rgb(178,131,31); }

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

border-color css

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

 span { border-color: rgb(178,131,31); }

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