Html Css Color HEX #B5822B Mandalay

📋 copy color: '#B5822B'

red 181 ◦ green 130 ◦ blue 43

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

Shades of Mandalay #B5822B

Tints of Mandalay #B5822B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.72%

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

R = 51.13%
G = 36.72%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5822B (or 0xB5822B) is known color: Mandalay. HEX triplet: B5, 82 and 2B. RGB value is (181,130,43). Sum of RGB (Red+Green+Blue) = 181+130+43=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B5822B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5822B is #4A7DD4. Grayscale: #878787. Windows color (decimal): -4881877 or 2851509. OLE color: 2851509.

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

Color convert

RGB 181 130 43 -
CMYK 0 0.28 0.76 0.29
HSL 37.83º 0.62% 0.44% -
HSV(B) 37.83º 0.76% 0.71% -
XYZ 27.47 25.96 5.85 -
YUV 135.33 75.9 160.57 -
System Red Green Blue C M Y K H S L
Decimal 181 130 43 0 0.28 0.76 0.29 37.83 0.62 0.44
Hex B5 82 2B 0 1C 4C 1D 26 3E 2C
Octal 265 202 53 0 34 114 35 46 76 54
Binary 10110101 10000010 101011 0 11100 1001100 11101 100110 111110 101100

Color Harmonies of #B5822B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5822B

Black with #B5822B

Text Example


Text Example

White with #B5822B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5822B; }

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

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

background-color css

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

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

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

border-color css

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

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

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