#B67730

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

Shades of Mandalay #B67730

Tints of Mandalay #B67730

Color information

#B67730 (or 0xB67730) is unknown color: approx Mandalay. HEX triplet: B6, 77 and 30. RGB value is (182,119,48). Sum of RGB (Red+Green+Blue) = 182+119+48=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B67730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67730 is #4988CF. Grayscale: #828282. Windows color (decimal): -4819152 or 3176374. OLE color: 3176374.

HSL color Cylindrical-coordinate representation of color #B67730: hue angle of 31.79º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B67730 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB18211948-
CMYK00.350.740.29
HSL31.79º58.26%45.1%-
HSV(B)31.79º73.63%71.37%-
XYZ26.4223.355.91-
YUV129.7481.87165.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.15%
GREEN value IS 119 (46.88% from 255) = 34.10%
BLUE value IS 48 (19.14% from 255) = 13.75%
R=52.15%
G=34.10%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821194800.350.740.2931.7958.2645.1
HexB677300234A1D203a2d
Octal2661676004311235407255
Binary1011011011101111100000100011100101011101100000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67730; }

 p { color: rgb(182,119,48); }

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

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

 a { background-color: rgb(182,119,48); }

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

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

 span { border-color: rgb(182,119,48); }

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