#B66E2D

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

Shades of Reno Sand #B66E2D

Tints of Reno Sand #B66E2D

Color information

#B66E2D (or 0xB66E2D) is unknown color: approx Reno Sand. HEX triplet: B6, 6E and 2D. RGB value is (182,110,45). Sum of RGB (Red+Green+Blue) = 182+110+45=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66E2D is #4991D2. Grayscale: #7C7C7C. Windows color (decimal): -4821459 or 2977462. OLE color: 2977462.

HSL color Cylindrical-coordinate representation of color #B66E2D: hue angle of 28.47º 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 #B66E2D is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB18211045-
CMYK00.400.750.29
HSL28.47º60.35%44.51%-
HSV(B)28.47º75.27%71.37%-
XYZ25.3421.295.26-
YUV124.1283.35169.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.01%
GREEN value IS 110 (43.36% from 255) = 32.64%
BLUE value IS 45 (17.97% from 255) = 13.35%
R=54.01%
G=32.64%
B=13.35%

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
Decimal1821104500.400.750.2928.4760.3544.51
HexB66E2D0284B1D1c3c2d
Octal2661565505011335347455
Binary101101101101110101101010100010010111110111100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66E2D; }

 p { color: rgb(182,110,45); }

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

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

 a { background-color: rgb(182,110,45); }

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

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

 span { border-color: rgb(182,110,45); }

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