Html Css Color HEX #B4832A Mandalay

📋 copy color: '#B4832A'

red 180 ◦ green 131 ◦ blue 42

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

Shades of Mandalay #B4832A

Tints of Mandalay #B4832A

RGB

 RED value IS 180 (70.7% from 255) = 50.99%

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

 BLUE value IS 42 (16.8% from 255) = 11.9%

R = 50.99%
G = 37.11%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B4832A (or 0xB4832A) is known color: Mandalay. HEX triplet: B4, 83 and 2A. RGB value is (180,131,42). Sum of RGB (Red+Green+Blue) = 180+131+42=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B4832A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4832A is #4B7CD5. Grayscale: #878787. Windows color (decimal): -4947158 or 2786228. OLE color: 2786228.

HSL color Cylindrical-coordinate representation of color #B4832A: hue angle of 38.7º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B4832A is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 131 42 -
CMYK 0 0.27 0.77 0.29
HSL 38.7º 0.62% 0.44% -
HSV(B) 38.7º 0.77% 0.71% -
XYZ 27.36 26.1 5.79 -
YUV 135.51 75.23 159.74 -
System Red Green Blue C M Y K H S L
Decimal 180 131 42 0 0.27 0.77 0.29 38.7 0.62 0.44
Hex B4 83 2A 0 1B 4D 1D 27 3E 2C
Octal 264 203 52 0 33 115 35 47 76 54
Binary 10110100 10000011 101010 0 11011 1001101 11101 100111 111110 101100

Color Harmonies of #B4832A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4832A

Black with #B4832A

Text Example


Text Example

White with #B4832A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4832A; }

 p { color: rgb(180,131,42); }

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

background-color css

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

 a { background-color: rgb(180,131,42); }

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

border-color css

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

 span { border-color: rgb(180,131,42); }

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