#B66D2D

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

Shades of Reno Sand #B66D2D

Tints of Reno Sand #B66D2D

Color information

#B66D2D (or 0xB66D2D) is unknown color: approx Reno Sand. HEX triplet: B6, 6D and 2D. RGB value is (182,109,45). Sum of RGB (Red+Green+Blue) = 182+109+45=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66D2D is #4992D2. Grayscale: #7B7B7B. Windows color (decimal): -4821715 or 2977206. OLE color: 2977206.

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

Color convert

RGB18210945-
CMYK00.400.750.29
HSL28.03º60.35%44.51%-
HSV(B)28.03º75.27%71.37%-
XYZ25.2321.075.22-
YUV123.5383.68169.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.17%
GREEN value IS 109 (42.97% from 255) = 32.44%
BLUE value IS 45 (17.97% from 255) = 13.39%
R=54.17%
G=32.44%
B=13.39%

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
Decimal1821094500.400.750.2928.0360.3544.51
HexB66D2D0284B1D1c3c2d
Octal2661555505011335347455
Binary101101101101101101101010100010010111110111100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66D2D; }

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

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

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

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

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

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

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

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