Html Css Color HEX #B2832E Mandalay

📋 copy color: '#B2832E'

red 178 ◦ green 131 ◦ blue 46

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

Shades of Mandalay #B2832E

Tints of Mandalay #B2832E

RGB

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

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

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

R = 50.14%
G = 36.9%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2832E (or 0xB2832E) is known color: Mandalay. HEX triplet: B2, 83 and 2E. RGB value is (178,131,46). Sum of RGB (Red+Green+Blue) = 178+131+46=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2832E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2832E is #4D7CD1. Grayscale: #878787. Windows color (decimal): -5078226 or 3048370. OLE color: 3048370.

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

Color convert

RGB 178 131 46 -
CMYK 0 0.26 0.74 0.30
HSL 38.64º 0.59% 0.44% -
HSV(B) 38.64º 0.74% 0.7% -
XYZ 26.97 25.89 6.16 -
YUV 135.36 77.57 158.41 -
System Red Green Blue C M Y K H S L
Decimal 178 131 46 0 0.26 0.74 0.30 38.64 0.59 0.44
Hex B2 83 2E 0 1A 4A 1E 27 3B 2C
Octal 262 203 56 0 32 112 36 47 73 54
Binary 10110010 10000011 101110 0 11010 1001010 11110 100111 111011 101100

Color Harmonies of #B2832E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2832E

Black with #B2832E

Text Example


Text Example

White with #B2832E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2832E; }

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

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

background-color css

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

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

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

border-color css

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

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

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