Html Css Color HEX #B57E2A Mandalay

📋 copy color: '#B57E2A'

red 181 ◦ green 126 ◦ blue 42

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

Shades of Mandalay #B57E2A

Tints of Mandalay #B57E2A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.1%

 BLUE value IS 42 (16.8% from 255) = 12.03%

R = 51.86%
G = 36.1%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B57E2A (or 0xB57E2A) is known color: Mandalay. HEX triplet: B5, 7E and 2A. RGB value is (181,126,42). Sum of RGB (Red+Green+Blue) = 181+126+42=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57E2A is #4A81D5. Grayscale: #858585. Windows color (decimal): -4882902 or 2784949. OLE color: 2784949.

HSL color Cylindrical-coordinate representation of color #B57E2A: hue angle of 36.26º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B57E2A is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 126 42 -
CMYK 0 0.30 0.77 0.29
HSL 36.26º 0.62% 0.44% -
HSV(B) 36.26º 0.77% 0.71% -
XYZ 26.93 24.91 5.58 -
YUV 132.87 76.72 162.33 -
System Red Green Blue C M Y K H S L
Decimal 181 126 42 0 0.30 0.77 0.29 36.26 0.62 0.44
Hex B5 7E 2A 0 1E 4D 1D 24 3E 2C
Octal 265 176 52 0 36 115 35 44 76 54
Binary 10110101 1111110 101010 0 11110 1001101 11101 100100 111110 101100

Color Harmonies of #B57E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57E2A

Black with #B57E2A

Text Example


Text Example

White with #B57E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57E2A; }

 p { color: rgb(181,126,42); }

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

background-color css

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

 a { background-color: rgb(181,126,42); }

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

border-color css

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

 span { border-color: rgb(181,126,42); }

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