Html Css Color HEX #B57C28 Mandalay

📋 copy color: '#B57C28'

red 181 ◦ green 124 ◦ blue 40

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

Shades of Mandalay #B57C28

Tints of Mandalay #B57C28

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.94%

 BLUE value IS 40 (16.02% from 255) = 11.59%

R = 52.46%
G = 35.94%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B57C28 (or 0xB57C28) is known color: Mandalay. HEX triplet: B5, 7C and 28. RGB value is (181,124,40). Sum of RGB (Red+Green+Blue) = 181+124+40=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57C28 is #4A83D7. Grayscale: #838383. Windows color (decimal): -4883416 or 2653365. OLE color: 2653365.

HSL color Cylindrical-coordinate representation of color #B57C28: hue angle of 35.74º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B57C28 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 124 40 -
CMYK 0 0.31 0.78 0.29
HSL 35.74º 0.64% 0.43% -
HSV(B) 35.74º 0.78% 0.71% -
XYZ 26.65 24.39 5.31 -
YUV 131.47 76.38 163.33 -
System Red Green Blue C M Y K H S L
Decimal 181 124 40 0 0.31 0.78 0.29 35.74 0.64 0.43
Hex B5 7C 28 0 1F 4E 1D 24 40 2B
Octal 265 174 50 0 37 116 35 44 100 53
Binary 10110101 1111100 101000 0 11111 1001110 11101 100100 1000000 101011

Color Harmonies of #B57C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57C28

Black with #B57C28

Text Example


Text Example

White with #B57C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57C28; }

 p { color: rgb(181,124,40); }

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

background-color css

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

 a { background-color: rgb(181,124,40); }

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

border-color css

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

 span { border-color: rgb(181,124,40); }

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