#B66C2D

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

Shades of Reno Sand #B66C2D

Tints of Reno Sand #B66C2D

Color information

#B66C2D (or 0xB66C2D) is unknown color: approx Reno Sand. HEX triplet: B6, 6C and 2D. RGB value is (182,108,45). Sum of RGB (Red+Green+Blue) = 182+108+45=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66C2D is #4993D2. Grayscale: #7B7B7B. Windows color (decimal): -4821971 or 2976950. OLE color: 2976950.

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

Color convert

RGB18210845-
CMYK00.410.750.29
HSL27.59º60.35%44.51%-
HSV(B)27.59º75.27%71.37%-
XYZ25.1320.865.18-
YUV122.9484.02170.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.33%
GREEN value IS 108 (42.58% from 255) = 32.24%
BLUE value IS 45 (17.97% from 255) = 13.43%
R=54.33%
G=32.24%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821084500.410.750.2927.5960.3544.51
HexB66C2D0294B1D1c3c2d
Octal2661545505111335347455
Binary101101101101100101101010100110010111110111100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66C2D; }

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

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

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

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

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

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

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

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