#b67f23

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

Shades of Mandalay #B67F23

Tints of Mandalay #B67F23

Color information

#B67F23 (or 0xB67F23) is unknown color: approx Mandalay. HEX triplet: B6, 7F and 23. RGB value is (182,127,35). Sum of RGB (Red+Green+Blue) = 182+127+35=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 35 (14.06% from 255 or 10.17% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67F23 is #4980DC. Grayscale: #858585. Windows color (decimal): -4817117 or 2326454. OLE color: 2326454.

HSL color Cylindrical-coordinate representation of color #B67F23: hue angle of 37.55º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B67F23 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB18212735-
CMYK00.300.810.29
HSL37.55º67.74%42.55%-
HSV(B)37.55º80.77%71.37%-
XYZ27.1825.255.03-
YUV132.9672.72162.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.91%
GREEN value IS 127 (50% from 255) = 36.92%
BLUE value IS 35 (14.06% from 255) = 10.17%
R=52.91%
G=36.92%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821273500.300.810.2937.5567.7442.55
HexB67F2301E511D26442b
Octal26617743036121354610453
Binary1011011011111111000110111101010001111011001101000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b67f23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b67f23; }

 p { color: rgb(182,127,35); }

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

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

 a { background-color: rgb(182,127,35); }

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

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

 span { border-color: rgb(182,127,35); }

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