#B07B34

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

Shades of Mandalay #B07B34

Tints of Mandalay #B07B34

Color information

#B07B34 (or 0xB07B34) is unknown color: approx Mandalay. HEX triplet: B0, 7B and 34. RGB value is (176,123,52). Sum of RGB (Red+Green+Blue) = 176+123+52=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07B34 is #4F84CB. Grayscale: #838383. Windows color (decimal): -5211340 or 3439536. OLE color: 3439536.

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

Color convert

RGB17612352-
CMYK00.300.700.31
HSL34.35º54.39%44.71%-
HSV(B)34.35º70.45%69.02%-
XYZ25.6123.646.46-
YUV130.7583.56160.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.14%
GREEN value IS 123 (48.44% from 255) = 35.04%
BLUE value IS 52 (20.70% from 255) = 14.81%
R=50.14%
G=35.04%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761235200.300.700.3134.3554.3944.71
HexB07B3401E461F22362d
Octal2601736403610637426655
Binary101100001111011110100011110100011011111100010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07B34; }

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

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

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

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

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

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

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

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