#B6733A

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

Shades of Reno Sand #B6733A

Tints of Reno Sand #B6733A

Color information

#B6733A (or 0xB6733A) is unknown color: approx Reno Sand. HEX triplet: B6, 73 and 3A. RGB value is (182,115,58). Sum of RGB (Red+Green+Blue) = 182+115+58=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B6733A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6733A is #498CC5. Grayscale: #808080. Windows color (decimal): -4820166 or 3830710. OLE color: 3830710.

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

Color convert

RGB18211558-
CMYK00.370.680.29
HSL27.58º51.67%47.06%-
HSV(B)27.58º68.13%71.37%-
XYZ26.1922.516.97-
YUV128.5488.2166.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.27%
GREEN value IS 115 (45.31% from 255) = 32.39%
BLUE value IS 58 (23.05% from 255) = 16.34%
R=51.27%
G=32.39%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821155800.370.680.2927.5851.6747.06
HexB6733A025441D1c342f
Octal2661637204510435346457
Binary101101101110011111010010010110001001110111100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6733A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6733A; }

 p { color: rgb(182,115,58); }

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

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

 a { background-color: rgb(182,115,58); }

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

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

 span { border-color: rgb(182,115,58); }

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