Html Css Color HEX #B5812D Mandalay

📋 copy color: '#B5812D'

red 181 ◦ green 129 ◦ blue 45

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

Shades of Mandalay #B5812D

Tints of Mandalay #B5812D

RGB

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

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

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

R = 50.99%
G = 36.34%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5812D (or 0xB5812D) is known color: Mandalay. HEX triplet: B5, 81 and 2D. RGB value is (181,129,45). Sum of RGB (Red+Green+Blue) = 181+129+45=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B5812D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5812D is #4A7ED2. Grayscale: #878787. Windows color (decimal): -4882131 or 2982325. OLE color: 2982325.

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

Color convert

RGB 181 129 45 -
CMYK 0 0.29 0.75 0.29
HSL 37.06º 0.6% 0.44% -
HSV(B) 37.06º 0.75% 0.71% -
XYZ 27.38 25.71 6 -
YUV 134.97 77.23 160.83 -
System Red Green Blue C M Y K H S L
Decimal 181 129 45 0 0.29 0.75 0.29 37.06 0.6 0.44
Hex B5 81 2D 0 1D 4B 1D 25 3C 2C
Octal 265 201 55 0 35 113 35 45 74 54
Binary 10110101 10000001 101101 0 11101 1001011 11101 100101 111100 101100

Color Harmonies of #B5812D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5812D

Black with #B5812D

Text Example


Text Example

White with #B5812D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5812D; }

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

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

background-color css

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

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

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

border-color css

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

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

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