Html Css Color HEX #B57A38 Mandalay

📋 copy color: '#B57A38'

red 181 ◦ green 122 ◦ blue 56

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

Shades of Mandalay #B57A38

Tints of Mandalay #B57A38

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.98%

 BLUE value IS 56 (22.27% from 255) = 15.6%

R = 50.42%
G = 33.98%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B57A38 (or 0xB57A38) is known color: Mandalay. HEX triplet: B5, 7A and 38. RGB value is (181,122,56). Sum of RGB (Red+Green+Blue) = 181+122+56=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57A38 is #4A85C7. Grayscale: #848484. Windows color (decimal): -4883912 or 3701429. OLE color: 3701429.

HSL color Cylindrical-coordinate representation of color #B57A38: hue angle of 31.68º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B57A38 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 122 56 -
CMYK 0 0.33 0.69 0.29
HSL 31.68º 0.53% 0.46% -
HSV(B) 31.68º 0.69% 0.71% -
XYZ 26.73 24.03 6.97 -
YUV 132.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 181 122 56 0 0.33 0.69 0.29 31.68 0.53 0.46
Hex B5 7A 38 0 21 45 1D 20 35 2E
Octal 265 172 70 0 41 105 35 40 65 56
Binary 10110101 1111010 111000 0 100001 1000101 11101 100000 110101 101110

Color Harmonies of #B57A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57A38

Black with #B57A38

Text Example


Text Example

White with #B57A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57A38; }

 p { color: rgb(181,122,56); }

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

background-color css

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

 a { background-color: rgb(181,122,56); }

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

border-color css

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

 span { border-color: rgb(181,122,56); }

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