#B07A3D

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

Shades of Mandalay #B07A3D

Tints of Mandalay #B07A3D

Color information

#B07A3D (or 0xB07A3D) is unknown color: approx Mandalay. HEX triplet: B0, 7A and 3D. RGB value is (176,122,61). Sum of RGB (Red+Green+Blue) = 176+122+61=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07A3D is #4F85C2. Grayscale: #838383. Windows color (decimal): -5211587 or 4029104. OLE color: 4029104.

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

Color convert

RGB17612261-
CMYK00.310.650.31
HSL31.83º48.52%46.47%-
HSV(B)31.83º65.34%69.02%-
XYZ25.7123.497.59-
YUV131.1988.39159.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.03%
GREEN value IS 122 (48.05% from 255) = 33.98%
BLUE value IS 61 (24.22% from 255) = 16.99%
R=49.03%
G=33.98%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761226100.310.650.3131.8348.5246.47
HexB07A3D01F411F20312e
Octal2601727503710137406156
Binary101100001111010111101011111100000111111100000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07A3D; }

 p { color: rgb(176,122,61); }

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

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

 a { background-color: rgb(176,122,61); }

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

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

 span { border-color: rgb(176,122,61); }

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