#B07A34

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

Shades of Mandalay #B07A34

Tints of Mandalay #B07A34

Color information

#B07A34 (or 0xB07A34) is unknown color: approx Mandalay. HEX triplet: B0, 7A and 34. RGB value is (176,122,52). Sum of RGB (Red+Green+Blue) = 176+122+52=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07A34 is #4F85CB. Grayscale: #828282. Windows color (decimal): -5211596 or 3439280. OLE color: 3439280.

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

Color convert

RGB17612252-
CMYK00.310.700.31
HSL33.87º54.39%44.71%-
HSV(B)33.87º70.45%69.02%-
XYZ25.4823.46.42-
YUV130.1783.89160.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.29%
GREEN value IS 122 (48.05% from 255) = 34.86%
BLUE value IS 52 (20.70% from 255) = 14.86%
R=50.29%
G=34.86%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761225200.310.700.3133.8754.3944.71
HexB07A3401F461F22362d
Octal2601726403710637426655
Binary101100001111010110100011111100011011111100010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07A34; }

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

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

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

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

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

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

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

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