Html Css Color HEX #B5842D Mandalay

📋 copy color: '#B5842D'

red 181 ◦ green 132 ◦ blue 45

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

Shades of Mandalay #B5842D

Tints of Mandalay #B5842D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.57%

R = 50.56%
G = 36.87%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5842D (or 0xB5842D) is known color: Mandalay. HEX triplet: B5, 84 and 2D. RGB value is (181,132,45). Sum of RGB (Red+Green+Blue) = 181+132+45=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B5842D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5842D is #4A7BD2. Grayscale: #898989. Windows color (decimal): -4881363 or 2983093. OLE color: 2983093.

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

Color convert

RGB 181 132 45 -
CMYK 0 0.27 0.75 0.29
HSL 38.38º 0.6% 0.44% -
HSV(B) 38.38º 0.75% 0.71% -
XYZ 27.78 26.52 6.14 -
YUV 136.73 76.23 159.57 -
System Red Green Blue C M Y K H S L
Decimal 181 132 45 0 0.27 0.75 0.29 38.38 0.6 0.44
Hex B5 84 2D 0 1B 4B 1D 26 3C 2C
Octal 265 204 55 0 33 113 35 46 74 54
Binary 10110101 10000100 101101 0 11011 1001011 11101 100110 111100 101100

Color Harmonies of #B5842D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5842D

Black with #B5842D

Text Example


Text Example

White with #B5842D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5842D; }

 p { color: rgb(181,132,45); }

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

background-color css

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

 a { background-color: rgb(181,132,45); }

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

border-color css

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

 span { border-color: rgb(181,132,45); }

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