#B07C3D

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

Shades of Mandalay #B07C3D

Tints of Mandalay #B07C3D

Color information

#B07C3D (or 0xB07C3D) is unknown color: approx Mandalay. HEX triplet: B0, 7C and 3D. RGB value is (176,124,61). Sum of RGB (Red+Green+Blue) = 176+124+61=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07C3D is #4F83C2. Grayscale: #848484. Windows color (decimal): -5211075 or 4029616. OLE color: 4029616.

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

Color convert

RGB17612461-
CMYK00.300.650.31
HSL32.87º48.52%46.47%-
HSV(B)32.87º65.34%69.02%-
XYZ25.9523.987.68-
YUV132.3787.73159.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.75%
GREEN value IS 124 (48.83% from 255) = 34.35%
BLUE value IS 61 (24.22% from 255) = 16.90%
R=48.75%
G=34.35%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761246100.300.650.3132.8748.5246.47
HexB07C3D01E411F21312e
Octal2601747503610137416156
Binary101100001111100111101011110100000111111100001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07C3D; }

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

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

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

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

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

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

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

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