Html Css Color HEX #B5852D Mandalay

📋 copy color: '#B5852D'

red 181 ◦ green 133 ◦ blue 45

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

Shades of Mandalay #B5852D

Tints of Mandalay #B5852D

RGB

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

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

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

R = 50.42%
G = 37.05%
B = 12.53%

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

#B5852D (or 0xB5852D) is known color: Mandalay. HEX triplet: B5, 85 and 2D. RGB value is (181,133,45). Sum of RGB (Red+Green+Blue) = 181+133+45=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B5852D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5852D is #4A7AD2. Grayscale: #898989. Windows color (decimal): -4881107 or 2983349. OLE color: 2983349.

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

Color convert

RGB 181 133 45 -
CMYK 0 0.27 0.75 0.29
HSL 38.82º 0.6% 0.44% -
HSV(B) 38.82º 0.75% 0.71% -
XYZ 27.92 26.79 6.18 -
YUV 137.32 75.9 159.16 -
System Red Green Blue C M Y K H S L
Decimal 181 133 45 0 0.27 0.75 0.29 38.82 0.6 0.44
Hex B5 85 2D 0 1B 4B 1D 27 3C 2C
Octal 265 205 55 0 33 113 35 47 74 54
Binary 10110101 10000101 101101 0 11011 1001011 11101 100111 111100 101100

Color Harmonies of #B5852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5852D

Black with #B5852D

Text Example


Text Example

White with #B5852D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5852D; }

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

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

background-color css

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

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

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

border-color css

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

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

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