Html Css Color HEX #B5812B Mandalay

📋 copy color: '#B5812B'

red 181 ◦ green 129 ◦ blue 43

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

Shades of Mandalay #B5812B

Tints of Mandalay #B5812B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.54%

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

R = 51.27%
G = 36.54%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5812B (or 0xB5812B) is known color: Mandalay. HEX triplet: B5, 81 and 2B. RGB value is (181,129,43). Sum of RGB (Red+Green+Blue) = 181+129+43=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B5812B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5812B is #4A7ED4. Grayscale: #878787. Windows color (decimal): -4882133 or 2851253. OLE color: 2851253.

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

Color convert

RGB 181 129 43 -
CMYK 0 0.29 0.76 0.29
HSL 37.39º 0.62% 0.44% -
HSV(B) 37.39º 0.76% 0.71% -
XYZ 27.34 25.7 5.8 -
YUV 134.74 76.23 160.99 -
System Red Green Blue C M Y K H S L
Decimal 181 129 43 0 0.29 0.76 0.29 37.39 0.62 0.44
Hex B5 81 2B 0 1D 4C 1D 25 3E 2C
Octal 265 201 53 0 35 114 35 45 76 54
Binary 10110101 10000001 101011 0 11101 1001100 11101 100101 111110 101100

Color Harmonies of #B5812B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5812B

Black with #B5812B

Text Example


Text Example

White with #B5812B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5812B; }

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

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

background-color css

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

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

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

border-color css

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

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

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