#B37B38

Color #B37B38 Mandalay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandalay #B37B38

Tints of Mandalay #B37B38

Color information

#B37B38 (or 0xB37B38) is unknown color: approx Mandalay. HEX triplet: B3, 7B and 38. RGB value is (179,123,56). Sum of RGB (Red+Green+Blue) = 179+123+56=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37B38 is #4C84C7. Grayscale: #848484. Windows color (decimal): -5014728 or 3701683. OLE color: 3701683.

HSL color Cylindrical-coordinate representation of color #B37B38: hue angle of 32.68º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B37B38 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB17912356-
CMYK00.310.690.30
HSL32.68º52.34%46.08%-
HSV(B)32.68º68.72%70.2%-
XYZ26.3924.046.99-
YUV132.1185.05161.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50%
GREEN value IS 123 (48.44% from 255) = 34.36%
BLUE value IS 56 (22.27% from 255) = 15.64%
R=50%
G=34.36%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791235600.310.690.3032.6852.3446.08
HexB37B3801F451E21342e
Octal2631737003710536416456
Binary101100111111011111000011111100010111110100001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37B38; }

 p { color: rgb(179,123,56); }

 H1.HeaderClassName
 {
   color: #B37B38;
 }
 .AnyTagClassName
 {
   color: #B37B38;
 }
</style>
background-color css

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

 a { background-color: rgb(179,123,56); }

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

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

 span { border-color: rgb(179,123,56); }

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