#B07B1F

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

Shades of Mandalay #B07B1F

Tints of Mandalay #B07B1F

Color information

#B07B1F (or 0xB07B1F) is unknown color: approx Mandalay. HEX triplet: B0, 7B and 1F. RGB value is (176,123,31). Sum of RGB (Red+Green+Blue) = 176+123+31=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07B1F is #4F84E0. Grayscale: #808080. Windows color (decimal): -5211361 or 2063280. OLE color: 2063280.

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

Color convert

RGB17612331-
CMYK00.300.820.31
HSL38.07º70.05%40.59%-
HSV(B)38.07º82.39%69.02%-
XYZ25.2323.494.5-
YUV128.3673.06161.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.33%
GREEN value IS 123 (48.44% from 255) = 37.27%
BLUE value IS 31 (12.5% from 255) = 9.39%
R=53.33%
G=37.27%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761233100.300.820.3138.0770.0540.59
HexB07B1F01E521F264629
Octal26017337036122374610651
Binary101100001111011111110111101010010111111001101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07B1F; }

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

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

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

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

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

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

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

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