#B78127

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

Shades of Mandalay #B78127

Tints of Mandalay #B78127

Color information

#B78127 (or 0xB78127) is unknown color: approx Mandalay. HEX triplet: B7, 81 and 27. RGB value is (183,129,39). Sum of RGB (Red+Green+Blue) = 183+129+39=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B78127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78127 is #487ED8. Grayscale: #878787. Windows color (decimal): -4751065 or 2589111. OLE color: 2589111.

HSL color Cylindrical-coordinate representation of color #B78127: hue angle of 37.5º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B78127 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB18312939-
CMYK00.300.790.28
HSL37.5º64.86%43.53%-
HSV(B)37.5º78.69%71.76%-
XYZ27.7425.915.46-
YUV134.8973.89162.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.14%
GREEN value IS 129 (50.78% from 255) = 36.75%
BLUE value IS 39 (15.62% from 255) = 11.11%
R=52.14%
G=36.75%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831293900.300.790.2837.564.8643.53
HexB7812701E4F1C26412c
Octal26720147036117344610154
Binary10110111100000011001110111101001111111001001101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78127; }

 p { color: rgb(183,129,39); }

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

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

 a { background-color: rgb(183,129,39); }

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

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

 span { border-color: rgb(183,129,39); }

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