#b67b34

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

Shades of Mandalay #B67B34

Tints of Mandalay #B67B34

Color information

#B67B34 (or 0xB67B34) is unknown color: approx Mandalay. HEX triplet: B6, 7B and 34. RGB value is (182,123,52). Sum of RGB (Red+Green+Blue) = 182+123+52=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67B34 is #4984CB. Grayscale: #848484. Windows color (decimal): -4818124 or 3439542. OLE color: 3439542.

HSL color Cylindrical-coordinate representation of color #B67B34: hue angle of 32.77º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B67B34 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB18212352-
CMYK00.320.710.29
HSL32.77º55.56%45.88%-
HSV(B)32.77º71.43%71.37%-
XYZ26.9924.366.53-
YUV132.5582.55163.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.98%
GREEN value IS 123 (48.44% from 255) = 34.45%
BLUE value IS 52 (20.70% from 255) = 14.57%
R=50.98%
G=34.45%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821235200.320.710.2932.7755.5645.88
HexB67B34020471D21382e
Octal2661736404010735417056
Binary1011011011110111101000100000100011111101100001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b67b34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b67b34; }

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

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

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

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

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

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

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

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