#B07B3D

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

Shades of Mandalay #B07B3D

Tints of Mandalay #B07B3D

Color information

#B07B3D (or 0xB07B3D) is unknown color: approx Mandalay. HEX triplet: B0, 7B and 3D. RGB value is (176,123,61). Sum of RGB (Red+Green+Blue) = 176+123+61=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07B3D is #4F84C2. Grayscale: #848484. Windows color (decimal): -5211331 or 4029360. OLE color: 4029360.

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

Color convert

RGB17612361-
CMYK00.300.650.31
HSL32.35º48.52%46.47%-
HSV(B)32.35º65.34%69.02%-
XYZ25.8323.737.63-
YUV131.7888.06159.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.89%
GREEN value IS 123 (48.44% from 255) = 34.17%
BLUE value IS 61 (24.22% from 255) = 16.94%
R=48.89%
G=34.17%
B=16.94%

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
Decimal1761236100.300.650.3132.3548.5246.47
HexB07B3D01E411F20312e
Octal2601737503610137406156
Binary101100001111011111101011110100000111111100000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07B3D; }

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

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

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

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

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

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

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

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