Html Css Color HEX #B4852A Mandalay

📋 copy color: '#B4852A'

red 180 ◦ green 133 ◦ blue 42

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

Shades of Mandalay #B4852A

Tints of Mandalay #B4852A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.46%

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

R = 50.7%
G = 37.46%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B4852A (or 0xB4852A) is known color: Mandalay. HEX triplet: B4, 85 and 2A. RGB value is (180,133,42). Sum of RGB (Red+Green+Blue) = 180+133+42=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B4852A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4852A is #4B7AD5. Grayscale: #898989. Windows color (decimal): -4946646 or 2786740. OLE color: 2786740.

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

Color convert

RGB 180 133 42 -
CMYK 0 0.26 0.77 0.29
HSL 39.57º 0.62% 0.44% -
HSV(B) 39.57º 0.77% 0.71% -
XYZ 27.63 26.65 5.88 -
YUV 136.68 74.57 158.9 -
System Red Green Blue C M Y K H S L
Decimal 180 133 42 0 0.26 0.77 0.29 39.57 0.62 0.44
Hex B4 85 2A 0 1A 4D 1D 28 3E 2C
Octal 264 205 52 0 32 115 35 50 76 54
Binary 10110100 10000101 101010 0 11010 1001101 11101 101000 111110 101100

Color Harmonies of #B4852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4852A

Black with #B4852A

Text Example


Text Example

White with #B4852A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4852A; }

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

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

background-color css

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

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

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

border-color css

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

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

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