#B38433

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

Shades of Mandalay #B38433

Tints of Mandalay #B38433

Color information

#B38433 (or 0xB38433) is unknown color: approx Mandalay. HEX triplet: B3, 84 and 33. RGB value is (179,132,51). Sum of RGB (Red+Green+Blue) = 179+132+51=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B38433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38433 is #4C7BCC. Grayscale: #898989. Windows color (decimal): -5012429 or 3376307. OLE color: 3376307.

HSL color Cylindrical-coordinate representation of color #B38433: hue angle of 37.97º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B38433 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB17913251-
CMYK00.260.720.30
HSL37.97º55.65%45.1%-
HSV(B)37.97º71.51%70.2%-
XYZ27.4426.336.77-
YUV136.8279.57158.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.45%
GREEN value IS 132 (51.95% from 255) = 36.46%
BLUE value IS 51 (20.31% from 255) = 14.09%
R=49.45%
G=36.46%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791325100.260.720.3037.9755.6545.1
HexB3843301A481E26382d
Octal2632046303211036467055
Binary1011001110000100110011011010100100011110100110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38433; }

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

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

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

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

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

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

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

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