#B66A28

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

Shades of Reno Sand #B66A28

Tints of Reno Sand #B66A28

Color information

#B66A28 (or 0xB66A28) is unknown color: approx Reno Sand. HEX triplet: B6, 6A and 28. RGB value is (182,106,40). Sum of RGB (Red+Green+Blue) = 182+106+40=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66A28 is #4995D7. Grayscale: #797979. Windows color (decimal): -4822488 or 2648758. OLE color: 2648758.

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

Color convert

RGB18210640-
CMYK00.420.780.29
HSL27.89º63.96%43.53%-
HSV(B)27.89º78.02%71.37%-
XYZ24.8320.414.64-
YUV121.282.18171.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.49%
GREEN value IS 106 (41.80% from 255) = 32.32%
BLUE value IS 40 (16.02% from 255) = 12.20%
R=55.49%
G=32.32%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821064000.420.780.2927.8963.9643.53
HexB66A2802A4E1D1c402c
Octal26615250052116353410054
Binary1011011011010101010000101010100111011101111001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66A28; }

 p { color: rgb(182,106,40); }

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

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

 a { background-color: rgb(182,106,40); }

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

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

 span { border-color: rgb(182,106,40); }

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