#B68433

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

Shades of Mandalay #B68433

Tints of Mandalay #B68433

Color information

#B68433 (or 0xB68433) is unknown color: approx Mandalay. HEX triplet: B6, 84 and 33. RGB value is (182,132,51). Sum of RGB (Red+Green+Blue) = 182+132+51=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B68433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68433 is #497BCC. Grayscale: #8A8A8A. Windows color (decimal): -4815821 or 3376310. OLE color: 3376310.

HSL color Cylindrical-coordinate representation of color #B68433: hue angle of 37.1º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B68433 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB18213251-
CMYK00.270.720.29
HSL37.1º56.22%45.69%-
HSV(B)37.1º71.98%71.37%-
XYZ28.1426.696.8-
YUV137.7279.06159.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.86%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 51 (20.31% from 255) = 13.97%
R=49.86%
G=36.16%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821325100.270.720.2937.156.2245.69
HexB6843301B481D25382e
Octal2662046303311035457056
Binary1011011010000100110011011011100100011101100101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68433; }

 p { color: rgb(182,132,51); }

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

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

 a { background-color: rgb(182,132,51); }

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

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

 span { border-color: rgb(182,132,51); }

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