#B67A2A

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

Shades of Mandalay #B67A2A

Tints of Mandalay #B67A2A

Color information

#B67A2A (or 0xB67A2A) is unknown color: approx Mandalay. HEX triplet: B6, 7A and 2A. RGB value is (182,122,42). Sum of RGB (Red+Green+Blue) = 182+122+42=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67A2A is #4985D5. Grayscale: #838383. Windows color (decimal): -4818390 or 2783926. OLE color: 2783926.

HSL color Cylindrical-coordinate representation of color #B67A2A: hue angle of 34.29º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B67A2A is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB18212242-
CMYK00.330.770.29
HSL34.29º62.5%43.92%-
HSV(B)34.29º76.92%71.37%-
XYZ26.6724.035.42-
YUV130.8277.88164.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.60%
GREEN value IS 122 (48.05% from 255) = 35.26%
BLUE value IS 42 (16.80% from 255) = 12.14%
R=52.60%
G=35.26%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821224200.330.770.2934.2962.543.92
HexB67A2A0214D1D223e2c
Octal2661725204111535427654
Binary1011011011110101010100100001100110111101100010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67A2A; }

 p { color: rgb(182,122,42); }

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

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

 a { background-color: rgb(182,122,42); }

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

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

 span { border-color: rgb(182,122,42); }

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