#B07B1E

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

Shades of Mandalay #B07B1E

Tints of Mandalay #B07B1E

Color information

#B07B1E (or 0xB07B1E) is unknown color: approx Mandalay. HEX triplet: B0, 7B and 1E. RGB value is (176,123,30). Sum of RGB (Red+Green+Blue) = 176+123+30=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07B1E is #4F84E1. Grayscale: #808080. Windows color (decimal): -5211362 or 1997744. OLE color: 1997744.

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

Color convert

RGB17612330-
CMYK00.300.830.31
HSL38.22º70.87%40.39%-
HSV(B)38.22º82.95%69.02%-
XYZ25.2223.494.43-
YUV128.2472.56162.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.50%
GREEN value IS 123 (48.44% from 255) = 37.39%
BLUE value IS 30 (12.11% from 255) = 9.12%
R=53.50%
G=37.39%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761233000.300.830.3138.2270.8740.39
HexB07B1E01E531F264728
Octal26017336036123374610750
Binary101100001111011111100111101010011111111001101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07B1E; }

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

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

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

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

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

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

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

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