#B67B2A

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

Shades of Mandalay #B67B2A

Tints of Mandalay #B67B2A

Color information

#B67B2A (or 0xB67B2A) is unknown color: approx Mandalay. HEX triplet: B6, 7B and 2A. RGB value is (182,123,42). Sum of RGB (Red+Green+Blue) = 182+123+42=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67B2A is #4984D5. Grayscale: #838383. Windows color (decimal): -4818134 or 2784182. OLE color: 2784182.

HSL color Cylindrical-coordinate representation of color #B67B2A: hue angle of 34.71º 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 #B67B2A is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB18212342-
CMYK00.320.770.29
HSL34.71º62.5%43.92%-
HSV(B)34.71º76.92%71.37%-
XYZ26.7924.285.46-
YUV131.4177.55164.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.45%
GREEN value IS 123 (48.44% from 255) = 35.45%
BLUE value IS 42 (16.80% from 255) = 12.10%
R=52.45%
G=35.45%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821234200.320.770.2934.7162.543.92
HexB67B2A0204D1D233e2c
Octal2661735204011535437654
Binary1011011011110111010100100000100110111101100011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67B2A; }

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

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

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

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

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

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

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

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