#B38430

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

Shades of Mandalay #B38430

Tints of Mandalay #B38430

Color information

#B38430 (or 0xB38430) is unknown color: approx Mandalay. HEX triplet: B3, 84 and 30. RGB value is (179,132,48). Sum of RGB (Red+Green+Blue) = 179+132+48=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B38430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38430 is #4C7BCF. Grayscale: #888888. Windows color (decimal): -5012432 or 3179699. OLE color: 3179699.

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

Color convert

RGB17913248-
CMYK00.260.730.30
HSL38.47º57.71%44.51%-
HSV(B)38.47º73.18%70.2%-
XYZ27.3826.36.43-
YUV136.4878.07158.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.86%
GREEN value IS 132 (51.95% from 255) = 36.77%
BLUE value IS 48 (19.14% from 255) = 13.37%
R=49.86%
G=36.77%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791324800.260.730.3038.4757.7144.51
HexB3843001A491E263a2d
Octal2632046003211136467255
Binary1011001110000100110000011010100100111110100110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38430; }

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

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

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

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

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

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

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

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