#B6743B

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

Shades of Reno Sand #B6743B

Tints of Reno Sand #B6743B

Color information

#B6743B (or 0xB6743B) is unknown color: approx Reno Sand. HEX triplet: B6, 74 and 3B. RGB value is (182,116,59). Sum of RGB (Red+Green+Blue) = 182+116+59=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 59 (23.44% from 255 or 16.53% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B6743B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6743B is #498BC4. Grayscale: #818181. Windows color (decimal): -4819909 or 3896502. OLE color: 3896502.

HSL color Cylindrical-coordinate representation of color #B6743B: hue angle of 27.8º degrees, saturation: 0.51, 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 #B6743B is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB18211659-
CMYK00.360.680.29
HSL27.8º51.04%47.25%-
HSV(B)27.8º67.58%71.37%-
XYZ26.3322.757.14-
YUV129.2488.37165.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.98%
GREEN value IS 116 (45.70% from 255) = 32.49%
BLUE value IS 59 (23.44% from 255) = 16.53%
R=50.98%
G=32.49%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821165900.360.680.2927.851.0447.25
HexB6743B024441D1c332f
Octal2661647304410435346357
Binary101101101110100111011010010010001001110111100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6743B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6743B; }

 p { color: rgb(182,116,59); }

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

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

 a { background-color: rgb(182,116,59); }

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

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

 span { border-color: rgb(182,116,59); }

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