#B66C2A

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

Shades of Reno Sand #B66C2A

Tints of Reno Sand #B66C2A

Color information

#B66C2A (or 0xB66C2A) is unknown color: approx Reno Sand. HEX triplet: B6, 6C and 2A. RGB value is (182,108,42). Sum of RGB (Red+Green+Blue) = 182+108+42=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66C2A is #4993D5. Grayscale: #7A7A7A. Windows color (decimal): -4821974 or 2780342. OLE color: 2780342.

HSL color Cylindrical-coordinate representation of color #B66C2A: hue angle of 28.29º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B66C2A is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB18210842-
CMYK00.410.770.29
HSL28.29º62.5%43.92%-
HSV(B)28.29º76.92%71.37%-
XYZ25.0720.844.89-
YUV122.682.52170.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.82%
GREEN value IS 108 (42.58% from 255) = 32.53%
BLUE value IS 42 (16.80% from 255) = 12.65%
R=54.82%
G=32.53%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821084200.410.770.2928.2962.543.92
HexB66C2A0294D1D1c3e2c
Octal2661545205111535347654
Binary101101101101100101010010100110011011110111100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66C2A; }

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

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

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

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

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

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

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

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