#B66D2E

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

Shades of Reno Sand #B66D2E

Tints of Reno Sand #B66D2E

Color information

#B66D2E (or 0xB66D2E) is unknown color: approx Reno Sand. HEX triplet: B6, 6D and 2E. RGB value is (182,109,46). Sum of RGB (Red+Green+Blue) = 182+109+46=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66D2E is #4992D1. Grayscale: #7B7B7B. Windows color (decimal): -4821714 or 3042742. OLE color: 3042742.

HSL color Cylindrical-coordinate representation of color #B66D2E: hue angle of 27.79º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B66D2E is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB18210946-
CMYK00.400.750.29
HSL27.79º59.65%44.71%-
HSV(B)27.79º74.73%71.37%-
XYZ25.2521.085.32-
YUV123.6484.18169.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.01%
GREEN value IS 109 (42.97% from 255) = 32.34%
BLUE value IS 46 (18.36% from 255) = 13.65%
R=54.01%
G=32.34%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821094600.400.750.2927.7959.6544.71
HexB66D2E0284B1D1c3c2d
Octal2661555605011335347455
Binary101101101101101101110010100010010111110111100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66D2E; }

 p { color: rgb(182,109,46); }

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

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

 a { background-color: rgb(182,109,46); }

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

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

 span { border-color: rgb(182,109,46); }

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