Html Css Color HEX #B57C2B Mandalay

📋 copy color: '#B57C2B'

red 181 ◦ green 124 ◦ blue 43

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

Shades of Mandalay #B57C2B

Tints of Mandalay #B57C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.36%

R = 52.01%
G = 35.63%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B57C2B (or 0xB57C2B) is known color: Mandalay. HEX triplet: B5, 7C and 2B. RGB value is (181,124,43). Sum of RGB (Red+Green+Blue) = 181+124+43=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57C2B is #4A83D4. Grayscale: #848484. Windows color (decimal): -4883413 or 2849973. OLE color: 2849973.

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

Color convert

RGB 181 124 43 -
CMYK 0 0.31 0.76 0.29
HSL 35.22º 0.62% 0.44% -
HSV(B) 35.22º 0.76% 0.71% -
XYZ 26.7 24.41 5.59 -
YUV 131.81 77.88 163.09 -
System Red Green Blue C M Y K H S L
Decimal 181 124 43 0 0.31 0.76 0.29 35.22 0.62 0.44
Hex B5 7C 2B 0 1F 4C 1D 23 3E 2C
Octal 265 174 53 0 37 114 35 43 76 54
Binary 10110101 1111100 101011 0 11111 1001100 11101 100011 111110 101100

Color Harmonies of #B57C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57C2B

Black with #B57C2B

Text Example


Text Example

White with #B57C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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