Html Css Color HEX #B5852C Mandalay

📋 copy color: '#B5852C'

red 181 ◦ green 133 ◦ blue 44

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

Shades of Mandalay #B5852C

Tints of Mandalay #B5852C

RGB

 RED value IS 181 (71.09% from 255) = 50.56%

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

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

R = 50.56%
G = 37.15%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5852C (or 0xB5852C) is known color: Mandalay. HEX triplet: B5, 85 and 2C. RGB value is (181,133,44). Sum of RGB (Red+Green+Blue) = 181+133+44=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B5852C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5852C is #4A7AD3. Grayscale: #898989. Windows color (decimal): -4881108 or 2917813. OLE color: 2917813.

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

Color convert

RGB 181 133 44 -
CMYK 0 0.27 0.76 0.29
HSL 38.98º 0.61% 0.44% -
HSV(B) 38.98º 0.76% 0.71% -
XYZ 27.9 26.78 6.08 -
YUV 137.21 75.4 159.24 -
System Red Green Blue C M Y K H S L
Decimal 181 133 44 0 0.27 0.76 0.29 38.98 0.61 0.44
Hex B5 85 2C 0 1B 4C 1D 27 3D 2C
Octal 265 205 54 0 33 114 35 47 75 54
Binary 10110101 10000101 101100 0 11011 1001100 11101 100111 111101 101100

Color Harmonies of #B5852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5852C

Black with #B5852C

Text Example


Text Example

White with #B5852C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5852C; }

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

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

background-color css

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

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

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

border-color css

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

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

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