Html Css Color HEX #B57D27 Mandalay

📋 copy color: '#B57D27'

red 181 ◦ green 125 ◦ blue 39

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

Shades of Mandalay #B57D27

Tints of Mandalay #B57D27

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.23%

 BLUE value IS 39 (15.63% from 255) = 11.3%

R = 52.46%
G = 36.23%
B = 11.3%

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

#B57D27 (or 0xB57D27) is known color: Mandalay. HEX triplet: B5, 7D and 27. RGB value is (181,125,39). Sum of RGB (Red+Green+Blue) = 181+125+39=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57D27 is #4A82D8. Grayscale: #848484. Windows color (decimal): -4883161 or 2588085. OLE color: 2588085.

HSL color Cylindrical-coordinate representation of color #B57D27: hue angle of 36.34º degrees, saturation: 0.65, 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 #B57D27 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 125 39 -
CMYK 0 0.31 0.78 0.29
HSL 36.34º 0.65% 0.43% -
HSV(B) 36.34º 0.78% 0.71% -
XYZ 26.76 24.64 5.26 -
YUV 131.94 75.55 162.99 -
System Red Green Blue C M Y K H S L
Decimal 181 125 39 0 0.31 0.78 0.29 36.34 0.65 0.43
Hex B5 7D 27 0 1F 4E 1D 24 41 2B
Octal 265 175 47 0 37 116 35 44 101 53
Binary 10110101 1111101 100111 0 11111 1001110 11101 100100 1000001 101011

Color Harmonies of #B57D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57D27

Black with #B57D27

Text Example


Text Example

White with #B57D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57D27; }

 p { color: rgb(181,125,39); }

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

background-color css

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

 a { background-color: rgb(181,125,39); }

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

border-color css

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

 span { border-color: rgb(181,125,39); }

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