Html Css Color HEX #B4852C Mandalay

📋 copy color: '#B4852C'

red 180 ◦ green 133 ◦ blue 44

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

Shades of Mandalay #B4852C

Tints of Mandalay #B4852C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.32%

R = 50.42%
G = 37.25%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4852C (or 0xB4852C) is known color: Mandalay. HEX triplet: B4, 85 and 2C. RGB value is (180,133,44). Sum of RGB (Red+Green+Blue) = 180+133+44=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B4852C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4852C is #4B7AD3. Grayscale: #898989. Windows color (decimal): -4946644 or 2917812. OLE color: 2917812.

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

Color convert

RGB 180 133 44 -
CMYK 0 0.26 0.76 0.29
HSL 39.26º 0.61% 0.44% -
HSV(B) 39.26º 0.76% 0.71% -
XYZ 27.66 26.66 6.07 -
YUV 136.91 75.57 158.74 -
System Red Green Blue C M Y K H S L
Decimal 180 133 44 0 0.26 0.76 0.29 39.26 0.61 0.44
Hex B4 85 2C 0 1A 4C 1D 27 3D 2C
Octal 264 205 54 0 32 114 35 47 75 54
Binary 10110100 10000101 101100 0 11010 1001100 11101 100111 111101 101100

Color Harmonies of #B4852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4852C

Black with #B4852C

Text Example


Text Example

White with #B4852C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4852C; }

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

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

background-color css

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

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

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

border-color css

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

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

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