Html Css Color HEX #B4842A Mandalay

📋 copy color: '#B4842A'

red 180 ◦ green 132 ◦ blue 42

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

Shades of Mandalay #B4842A

Tints of Mandalay #B4842A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.29%

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

R = 50.85%
G = 37.29%
B = 11.86%

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

#B4842A (or 0xB4842A) is known color: Mandalay. HEX triplet: B4, 84 and 2A. RGB value is (180,132,42). Sum of RGB (Red+Green+Blue) = 180+132+42=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B4842A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4842A is #4B7BD5. Grayscale: #888888. Windows color (decimal): -4946902 or 2786484. OLE color: 2786484.

HSL color Cylindrical-coordinate representation of color #B4842A: hue angle of 39.13º 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 #B4842A is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 132 42 -
CMYK 0 0.27 0.77 0.29
HSL 39.13º 0.62% 0.44% -
HSV(B) 39.13º 0.77% 0.71% -
XYZ 27.49 26.37 5.83 -
YUV 136.09 74.9 159.32 -
System Red Green Blue C M Y K H S L
Decimal 180 132 42 0 0.27 0.77 0.29 39.13 0.62 0.44
Hex B4 84 2A 0 1B 4D 1D 27 3E 2C
Octal 264 204 52 0 33 115 35 47 76 54
Binary 10110100 10000100 101010 0 11011 1001101 11101 100111 111110 101100

Color Harmonies of #B4842A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4842A

Black with #B4842A

Text Example


Text Example

White with #B4842A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4842A; }

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

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

background-color css

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

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

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

border-color css

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

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

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