Html Css Color HEX #B57E30 Mandalay

📋 copy color: '#B57E30'

red 181 ◦ green 126 ◦ blue 48

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

Shades of Mandalay #B57E30

Tints of Mandalay #B57E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.52%

R = 50.99%
G = 35.49%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B57E30 (or 0xB57E30) is known color: Mandalay. HEX triplet: B5, 7E and 30. RGB value is (181,126,48). Sum of RGB (Red+Green+Blue) = 181+126+48=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57E30 is #4A81CF. Grayscale: #858585. Windows color (decimal): -4882896 or 3178165. OLE color: 3178165.

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

Color convert

RGB 181 126 48 -
CMYK 0 0.30 0.73 0.29
HSL 35.19º 0.58% 0.45% -
HSV(B) 35.19º 0.73% 0.71% -
XYZ 27.05 24.96 6.19 -
YUV 133.55 79.72 161.84 -
System Red Green Blue C M Y K H S L
Decimal 181 126 48 0 0.30 0.73 0.29 35.19 0.58 0.45
Hex B5 7E 30 0 1E 49 1D 23 3A 2D
Octal 265 176 60 0 36 111 35 43 72 55
Binary 10110101 1111110 110000 0 11110 1001001 11101 100011 111010 101101

Color Harmonies of #B57E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57E30

Black with #B57E30

Text Example


Text Example

White with #B57E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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