Html Css Color HEX #B5852B Mandalay

📋 copy color: '#B5852B'

red 181 ◦ green 133 ◦ blue 43

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

Shades of Mandalay #B5852B

Tints of Mandalay #B5852B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.04%

R = 50.7%
G = 37.25%
B = 12.04%

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

#B5852B (or 0xB5852B) is known color: Mandalay. HEX triplet: B5, 85 and 2B. RGB value is (181,133,43). Sum of RGB (Red+Green+Blue) = 181+133+43=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5852B is #4A7AD4. Grayscale: #898989. Windows color (decimal): -4881109 or 2852277. OLE color: 2852277.

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

Color convert

RGB 181 133 43 -
CMYK 0 0.27 0.76 0.29
HSL 39.13º 0.62% 0.44% -
HSV(B) 39.13º 0.76% 0.71% -
XYZ 27.88 26.77 5.98 -
YUV 137.09 74.9 159.32 -
System Red Green Blue C M Y K H S L
Decimal 181 133 43 0 0.27 0.76 0.29 39.13 0.62 0.44
Hex B5 85 2B 0 1B 4C 1D 27 3E 2C
Octal 265 205 53 0 33 114 35 47 76 54
Binary 10110101 10000101 101011 0 11011 1001100 11101 100111 111110 101100

Color Harmonies of #B5852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5852B

Black with #B5852B

Text Example


Text Example

White with #B5852B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5852B; }

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

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

background-color css

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

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

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

border-color css

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

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

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