#B07F38

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

Shades of Mandalay #B07F38

Tints of Mandalay #B07F38

Color information

#B07F38 (or 0xB07F38) is unknown color: approx Mandalay. HEX triplet: B0, 7F and 38. RGB value is (176,127,56). Sum of RGB (Red+Green+Blue) = 176+127+56=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07F38 is #4F80C7. Grayscale: #858585. Windows color (decimal): -5210312 or 3702704. OLE color: 3702704.

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

Color convert

RGB17612756-
CMYK00.280.680.31
HSL35.5º51.72%45.49%-
HSV(B)35.5º68.18%69.02%-
XYZ26.2124.697.13-
YUV133.5684.23158.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.03%
GREEN value IS 127 (50% from 255) = 35.38%
BLUE value IS 56 (22.27% from 255) = 15.60%
R=49.03%
G=35.38%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761275600.280.680.3135.551.7245.49
HexB07F3801C441F24342d
Octal2601777003410437446455
Binary101100001111111111000011100100010011111100100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07F38; }

 p { color: rgb(176,127,56); }

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

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

 a { background-color: rgb(176,127,56); }

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

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

 span { border-color: rgb(176,127,56); }

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